]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/log.h
Verify the server certificate against a stored copy.
[tlsproxy/tlsproxy.git] / src / log.h
index e129e9f29fc8a424e946870bcc00967c839371d8..041f45318076b1816a04e2f2352980eb6868956d 100644 (file)
--- 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