From: Kern Sibbald Date: Fri, 12 Mar 2010 07:18:11 +0000 (+0100) Subject: Tweak: set non-zero level on debug line X-Git-Tag: Release-7.0.0~2072 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=11913af4d6259712b7451ec81e4fe45e85aa86b7;p=bacula%2Fbacula Tweak: set non-zero level on debug line --- 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; }