X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Flog.c;h=23b90eecc57559350a066f22568dd2b93bf8326b;hb=36c08222306c7bca79f10255a945ffb00803e05c;hp=a703c1cc536b283d143227adb2bdae071374ded7;hpb=64bfebde76d568808b6fa8a8d09b4b5afe13dc15;p=tlsproxy%2Ftlsproxy.git diff --git a/src/log.c b/src/log.c index a703c1c..23b90ee 100644 --- a/src/log.c +++ b/src/log.c @@ -22,7 +22,7 @@ /* va_*() */ #include -/* pthread_*() */ +/* pthread_self() */ #include @@ -42,7 +42,7 @@ void log_message(int level, const char *file, int line, const char *format, ...) } va_start(ap, format); -#if DEBUG +#ifdef DEBUG fprintf(stdout, "%-12s:%-3d ", file, line); #else (void)file;