From: Kern Sibbald Date: Sat, 2 Jul 2016 09:41:47 +0000 (+0200) Subject: Fix zero level debug output -- now at 100 X-Git-Tag: Release-7.4.2~3 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=536df24ca7211af68f47965c1b26128083eaa37d Fix zero level debug output -- now at 100 --- diff --git a/bacula/src/stored/dircmd.c b/bacula/src/stored/dircmd.c index c7b0314084..4714834fa7 100644 --- a/bacula/src/stored/dircmd.c +++ b/bacula/src/stored/dircmd.c @@ -582,7 +582,7 @@ static bool do_label(JCR *jcr, int relabel) if (reserve_volume(dcr, newname) == NULL) { ok = false; } - Dmsg1(000, "Reserved volume \"%s\"\n", newname); + Dmsg1(400, "Reserved volume \"%s\"\n", newname); } else { ok = false; }