X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Flog.h;h=041f45318076b1816a04e2f2352980eb6868956d;hb=946885b04de70f8481f58160de12f3ee3b0b380a;hp=e129e9f29fc8a424e946870bcc00967c839371d8;hpb=b806d4f0c51976d6fe52728f03d9d702dc8ab842;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