Re: rrdcached foreground logging

Tobias Oetiker <[email protected]>
Newsgroups gmane.comp.db.rrdtool.devel
Message-ID <[email protected]>
Hi Bernard,

Yesterday Bernard Li wrote:

> 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)

would this not expand from

  RRDD_LOG(LOG_NOTICE, "caught SIG%s", sig);

to

  fprintf(stderr, "%s\n", "caught SIG%s", sig);

and this would print

  "caught SIG%s\n"

or am I missing something clever here ?

cheers
tobi


> _______________________________________________
> rrd-developers mailing list
> [email protected]
> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900
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.