]> git.sur5r.net Git - bacula/bacula/commitdiff
Change debug level for BSR match_findex fails.
authorNicolas Boichat <nicolas@boichat.ch>
Mon, 25 Jul 2005 12:21:27 +0000 (12:21 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Mon, 25 Jul 2005 12:21:27 +0000 (12:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2254 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/match_bsr.c

index 4de4c74c233adc416ab6d56f342134c85490dd88..5825f9339ea97ff0190ed2c49f5ce47931f9773e 100755 (executable)
@@ -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;
    }