]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak debug
authorKern Sibbald <kern@sibbald.com>
Thu, 6 Nov 2008 19:11:18 +0000 (19:11 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 6 Nov 2008 19:11:18 +0000 (19:11 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7997 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/reserve.c
bacula/src/stored/vol_mgr.c

index b55da00227cfdeb52e0d758aa13cc2963339539f..41c3ce07c523841463d4969606960522e147185a 100644 (file)
@@ -39,7 +39,7 @@
 #include "bacula.h"
 #include "stored.h"
 
-const int dbglvl =  50;
+const int dbglvl = 150;
 
 static brwlock_t reservation_lock;
 
index 0d5584d8c10f98057347c45e0fe57ba0a3dbc869..83dea3f133e887d20e3170d147a046305bb6153b 100644 (file)
@@ -39,7 +39,7 @@
 #include "bacula.h"
 #include "stored.h"
 
-const int dbglvl =  50;
+const int dbglvl =  150;
 
 static dlist *vol_list = NULL;
 static brwlock_t vol_list_lock;