From 8ec2c718305a1194ba74fcf6d7481cd21f6c5a7d Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 13 Jun 2008 17:25:02 +0000 Subject: [PATCH] ebl tweak debug level git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7134 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/vtape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5