]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak debug level in fd_plugin
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 6 Dec 2010 13:42:42 +0000 (14:42 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 17 Dec 2010 14:17:54 +0000 (15:17 +0100)
bacula/src/filed/fd_plugins.c

index 0af73e45f8686c821966a224e4014a8eea9430b8..28a61dcb956751333ffbf9f6a8c94d1feeee1d6b 100644 (file)
@@ -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;