From: Eric Bollengier Date: Mon, 22 Dec 2008 14:41:58 +0000 (+0000) Subject: ebl debug X-Git-Tag: Release-3.0.0~417 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=474fbbbaf5294d2713d2206f2bc9ed6cca8ebdf2;p=bacula%2Fbacula ebl debug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8227 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/match_bsr.c b/bacula/src/stored/match_bsr.c index ae0719b8ba..5b52d918ae 100644 --- a/bacula/src/stored/match_bsr.c +++ b/bacula/src/stored/match_bsr.c @@ -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: