From: Eric Bollengier Date: Mon, 6 Dec 2010 13:42:42 +0000 (+0100) Subject: tweak debug level in fd_plugin X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=effc65e20589ff5cfcac94229cb6fe729a13f2ad;p=bacula%2Fbacula tweak debug level in fd_plugin --- diff --git a/bacula/src/filed/fd_plugins.c b/bacula/src/filed/fd_plugins.c index 0af73e45f8..28a61dcb95 100644 --- a/bacula/src/filed/fd_plugins.c +++ b/bacula/src/filed/fd_plugins.c @@ -331,7 +331,7 @@ int plugin_save(JCR *jcr, FF_PKT *ff_pkt, bool top_level) /* Note, we stop the loop on the first plugin that matches the name */ foreach_alist(plugin, plugin_list) { - Dmsg4(0, "plugin=%s plen=%d cmd=%s len=%d\n", plugin->file, plugin->file_len, cmd, len); + Dmsg4(dbglvl, "plugin=%s plen=%d cmd=%s len=%d\n", plugin->file, plugin->file_len, cmd, len); if (!for_this_plug(plugin, cmd, len)) { i++; continue;