X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Flog.c;h=9cd3da49874ca28be965df0ebec9c5cd6a790027;hb=4f17e2a1251d1b460c51fd37f70ea85cd59eb1fa;hp=a703c1cc536b283d143227adb2bdae071374ded7;hpb=64bfebde76d568808b6fa8a8d09b4b5afe13dc15;p=tlsproxy%2Ftlsproxy.git diff --git a/src/log.c b/src/log.c index a703c1c..9cd3da4 100644 --- a/src/log.c +++ b/src/log.c @@ -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;