plugin.c: emit log message when plugin loading succeeds
authorMarc Fournier <marc.fournier@camptocamp.com>
Thu, 3 Sep 2015 17:24:19 +0000 (19:24 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Thu, 3 Sep 2015 17:24:19 +0000 (19:24 +0200)
src/daemon/plugin.c

index be3f03f..b57dd4a 100644 (file)
@@ -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