print \n for log messages while runing rrdcached in the foreground ... suggested...
[rrdtool.git] / src / rrd_daemon.c
index 4c3d7ed..a3e0368 100644 (file)
 
 #define RRDD_LOG(severity, ...) \
   do { \
-    if (stay_foreground) \
+    if (stay_foreground) \
       fprintf(stderr, __VA_ARGS__); \
+      fprintf(stderr, "\n"); } \
     syslog ((severity), __VA_ARGS__); \
   } while (0)