projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
736260e
)
plugin.c: emit log message when plugin loading succeeds
author
Marc Fournier
<marc.fournier@camptocamp.com>
Thu, 3 Sep 2015 17:24:19 +0000
(19:24 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Thu, 3 Sep 2015 17:24:19 +0000
(19:24 +0200)
src/daemon/plugin.c
patch
|
blob
|
history
diff --git
a/src/daemon/plugin.c
b/src/daemon/plugin.c
index
be3f03f
..
b57dd4a
100644
(file)
--- a/
src/daemon/plugin.c
+++ b/
src/daemon/plugin.c
@@
-1089,6
+1089,7
@@
int plugin_load (char const *plugin_name, uint32_t flags)
/* success */
plugin_mark_loaded (plugin_name);
ret = 0;
+ INFO ("plugin_load: plugin \"%s\" successfully loaded.", plugin_name);
break;
}
else