Append newline after each log line on stderr
[infodrom/cgilib] / 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);