X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flibcollectdclient%2Fclient.c;h=4dbee1e8d56d17d2fe38b862b397d61b2aa49a9b;hb=02f8dbc0985310574ea2837cd5e3c06cccda203d;hp=a15e0aacc1c21e363f57b23842b1eab21e9b73d3;hpb=474d70e02d04de92aa7503b3887989729bbbff02;p=collectd.git diff --git a/src/libcollectdclient/client.c b/src/libcollectdclient/client.c index a15e0aac..4dbee1e8 100644 --- a/src/libcollectdclient/client.c +++ b/src/libcollectdclient/client.c @@ -113,6 +113,7 @@ typedef struct lcc_response_s lcc_response_t; /* * Private functions */ +__attribute__ ((format (printf, 1, 0))) static int lcc_tracef(char const *format, ...) { va_list ap;