rrdcached foreground logging

Bernard Li <[email protected]>
Newsgroups gmane.comp.db.rrdtool.devel
Message-ID <[email protected]>
Hi all:

The following patch adds a new line per log message when running
rrdcached in foreground:

Index: src/rrd_daemon.c
===================================================================
--- src/rrd_daemon.c    (revision 2114)
+++ src/rrd_daemon.c    (working copy)
@@ -115,7 +115,7 @@
 #define RRDD_LOG(severity, ...) \
   do { \
     if (stay_foreground) \
-      fprintf(stderr, __VA_ARGS__); \
+      fprintf(stderr, "%s\n", __VA_ARGS__); \
     syslog ((severity), __VA_ARGS__); \
   } while (0)

Thanks,

Bernard
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.