X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Flog.h;h=041f45318076b1816a04e2f2352980eb6868956d;hb=b6debcde1dd7c16eb1102a9fe79d583c40c14b59;hp=e129e9f29fc8a424e946870bcc00967c839371d8;hpb=8db64b0eebeaa80e46b2df40b91af741e533e7bc;p=tlsproxy%2Ftlsproxy.git diff --git a/src/log.h b/src/log.h index e129e9f..041f453 100644 --- a/src/log.h +++ b/src/log.h @@ -28,7 +28,7 @@ /* Helper macro for LOG/LOG_PERROR. Print file/line number if compiled with * debug output. */ #ifdef DEBUG -#define LOG_PRINT_LOCATION fprintf(stdout, "%s:%-3d ", __FILE__, __LINE__); +#define LOG_PRINT_LOCATION fprintf(stdout, "%-12s:%-3d ", __FILE__, __LINE__); #else #define LOG_PRINT_LOCATION #endif