Append newline after each log line on stderr
authorJoey Schulze <joey@infodrom.org>
Wed, 28 Nov 2007 14:06:34 +0000 (14:06 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 28 Nov 2007 14:06:34 +0000 (14:06 +0000)
aux.c

diff --git a/aux.c b/aux.c
index 5a8c72f..4906a31 100644 (file)
--- a/aux.c
+++ b/aux.c
@@ -100,6 +100,7 @@ void cgiDebugOutput (int level, char *format, ...)
          break;
       case 1:
          vfprintf (stderr, format, args);
+         printf ("\n");
          break;
       case 2:
          vsyslog (LOG_DEBUG, format, args);