From 536df24ca7211af68f47965c1b26128083eaa37d Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 2 Jul 2016 11:41:47 +0200 Subject: [PATCH] Fix zero level debug output -- now at 100 --- bacula/src/stored/dircmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5