]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak: set non-zero level on debug line
authorKern Sibbald <kern@sibbald.com>
Fri, 12 Mar 2010 07:18:11 +0000 (08:18 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:39 +0000 (16:49 +0200)
bacula/src/stored/mount.c

index d2bd8aedaf1e589e5f325782b107b596f68c7f5d..774c63c3b01291435f76a2cef54b8efe099adf42 100644 (file)
@@ -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;
       }