X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.c;h=206c6e21f67ab87a6114e169b50c743d4e7d8699;hb=1c67d71501212e275f92aa1c70d35be3d354a9b6;hp=36c1b60ddd9651cc5308d9e285564f7db253c865;hpb=8fd62e3a46cd43b632aa6a143bdb3ebf544170c0;p=collectd.git diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index 36c1b60d..206c6e21 100644 --- a/src/daemon/plugin.c +++ b/src/daemon/plugin.c @@ -624,7 +624,7 @@ static void *plugin_read_thread (void __attribute__((unused)) *args) rf->rf_name, CDTIME_T_TO_DOUBLE(elapsed)); DEBUG ("plugin_read_thread: Effective interval of the " - "%s plugin is %.3f seconds.", + "`%s' plugin is %.3f seconds.", rf->rf_name, CDTIME_T_TO_DOUBLE (rf->rf_effective_interval)); @@ -641,7 +641,7 @@ static void *plugin_read_thread (void __attribute__((unused)) *args) rf->rf_next_read = now; } - DEBUG ("plugin_read_thread: Next read of the %s plugin at %.3f.", + DEBUG ("plugin_read_thread: Next read of the `%s' plugin at %.3f.", rf->rf_name, CDTIME_T_TO_DOUBLE (rf->rf_next_read));