From 0c076d191ec9e63189babc6d3654bd0c9c333734 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 23 Feb 2010 19:20:59 +0100 Subject: [PATCH] Tweak debug level --- 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..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; } -- 2.39.5