summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c53397e)
raw | patch | inline | side by side (parent: c53397e)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 10 Jul 2010 10:21:54 +0000 (10:21 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 10 Jul 2010 10:21:54 +0000 (10:21 +0000) |
program/src/rrd_daemon.c | patch | blob | history |
index 3697a4aec75b95ac0ce96dd4b243a47dd1a9c9a0..93ed71cfa1400b0dd0d72c326e430a7a64411bab 100644 (file)
--- a/program/src/rrd_daemon.c
+++ b/program/src/rrd_daemon.c
#define RRDD_LOG(severity, ...) \
do { \
- if (stay_foreground) \
+ if (stay_foreground) { \
fprintf(stderr, __VA_ARGS__); \
+ fprintf(stderr, "\n"); } \
syslog ((severity), __VA_ARGS__); \
} while (0)