From: Eric Bollengier Date: Fri, 13 Jun 2008 17:25:02 +0000 (+0000) Subject: ebl tweak debug level X-Git-Tag: Release-3.0.0~1315 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ec2c718305a1194ba74fcf6d7481cd21f6c5a7d;p=bacula%2Fbacula ebl tweak debug level git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7134 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/vtape.c b/bacula/src/stored/vtape.c index 38f7a65f2a..68b32128f1 100644 --- a/bacula/src/stored/vtape.c +++ b/bacula/src/stored/vtape.c @@ -975,7 +975,7 @@ void vtape::update_pos() file_block = statp.st_blocks; } - Dmsg1(dbglevel+1, "update_pos=%i\n", file_block); + Dmsg1(dbglevel*2, "update_pos=%i\n", file_block); if (file_block > max_block) { atEOT = true;