summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8fd62e3)
raw | patch | inline | side by side (parent: 8fd62e3)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 15 Sep 2015 16:26:01 +0000 (18:26 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 13 Oct 2015 07:35:51 +0000 (09:35 +0200) |
src/daemon/plugin.c | patch | blob | history |
diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c
index 36c1b60ddd9651cc5308d9e285564f7db253c865..206c6e21f67ab87a6114e169b50c743d4e7d8699 100644 (file)
--- a/src/daemon/plugin.c
+++ b/src/daemon/plugin.c
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));
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));