From 11913af4d6259712b7451ec81e4fe45e85aa86b7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 12 Mar 2010 08:18:11 +0100 Subject: [PATCH] Tweak: set non-zero level on debug line --- bacula/src/stored/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index d2bd8aedaf..774c63c3b0 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -247,7 +247,7 @@ read_volume: * Check that volcatinfo is good */ if (!dev->haveVolCatInfo()) { - Dmsg0(000, "Do not have volcatinfo\n"); + Dmsg0(100, "Do not have volcatinfo\n"); if (!find_a_volume()) { goto mount_next_vol; } -- 2.39.5