X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Flog.c;h=9cd3da49874ca28be965df0ebec9c5cd6a790027;hb=378de4c6745edcf83cd997ed6dff27b63e675aec;hp=a703c1cc536b283d143227adb2bdae071374ded7;hpb=a964f7f572ec43c2d2f143bdb4a467f1ea5dbc36;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;