]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak debug level
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 23 Feb 2010 18:20:59 +0000 (19:20 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 23 Feb 2010 18:20:59 +0000 (19:20 +0100)
bacula/src/stored/mount.c

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