]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl debug
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 22 Dec 2008 14:41:58 +0000 (14:41 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 22 Dec 2008 14:41:58 +0000 (14:41 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8227 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/match_bsr.c

index ae0719b8ba8cdafe9ea8df5f1766ae4abc0863d0..5b52d918ae2119270a35660c2307d1bde4960888 100644 (file)
@@ -386,7 +386,7 @@ bool is_this_bsr_done(BSR *bsr, DEV_RECORD *rec)
 static int match_all(BSR *bsr, DEV_RECORD *rec, VOLUME_LABEL *volrec,
                      SESSION_LABEL *sessrec, bool done, JCR *jcr)
 {
-   Dmsg0(050, "Enter match_all\n");
+   Dmsg0(dbglevel, "Enter match_all\n");
    if (bsr->done) {
 //    Dmsg0(dbglevel, "bsr->done set\n");
       goto no_match;
@@ -458,7 +458,7 @@ static int match_all(BSR *bsr, DEV_RECORD *rec, VOLUME_LABEL *volrec,
     */
    if (bsr->count && bsr->FileIndex) {
       rec->bsr = bsr;
-      Dmsg0(050, "Leave match_all 1\n");
+      Dmsg0(dbglevel, "Leave match_all 1\n");
       return 1;                       /* this is a complete match */
    }
 
@@ -492,7 +492,6 @@ static int match_all(BSR *bsr, DEV_RECORD *rec, VOLUME_LABEL *volrec,
       Dmsg0(dbglevel, "fail on stream\n");
       goto no_match;
    }
-   Dmsg0(050, "Leave match_all 1\n");
    return 1;
 
 no_match: