From: Eric Bollengier Date: Tue, 23 Feb 2010 18:20:59 +0000 (+0100) Subject: Tweak debug level X-Git-Tag: Release-5.0.1~3^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0c076d191ec9e63189babc6d3654bd0c9c333734;p=bacula%2Fbacula Tweak debug level --- diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index d2bd8aedaf..ea83a4ff28 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(010, "Do not have volcatinfo\n"); if (!find_a_volume()) { goto mount_next_vol; }