From e3ddc5176d788c1e93238f1ff54e60b14cb22dd5 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Mon, 25 Jul 2005 12:21:27 +0000 Subject: [PATCH] Change debug level for BSR match_findex fails. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2254 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/match_bsr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/stored/match_bsr.c b/bacula/src/stored/match_bsr.c index 4de4c74c23..5825f9339e 100755 --- a/bacula/src/stored/match_bsr.c +++ b/bacula/src/stored/match_bsr.c @@ -162,7 +162,7 @@ BSR *find_next_bsr(BSR *root_bsr, DEVICE *dev) if (!root_bsr || !root_bsr->use_positioning || !root_bsr->reposition /* || !dev->is_tape()*/) { - Dmsg2(100, "No nxt_bsr use_pos=%d repos=%d\n", root_bsr->use_positioning, root_bsr->reposition); + Dmsg2(300, "No nxt_bsr use_pos=%d repos=%d\n", root_bsr->use_positioning, root_bsr->reposition); return NULL; } Dmsg2(100, "use_pos=%d repos=%d\n", root_bsr->use_positioning, root_bsr->reposition); @@ -299,7 +299,7 @@ static int match_all(BSR *bsr, DEV_RECORD *rec, VOLUME_LABEL *volrec, /* NOTE!! This test MUST come after sesstime and sessid tests */ if (!match_findex(bsr, bsr->FileIndex, rec, 1)) { - Dmsg2(100, "Fail on findex. bsr=%d rec=%d\n", + Dmsg2(300, "Fail on findex. bsr=%d rec=%d\n", bsr->FileIndex->findex2, rec->FileIndex); goto no_match; } -- 2.39.5