From: Eric Bollengier Date: Sun, 26 Apr 2009 13:30:57 +0000 (+0000) Subject: ebl Remove Reposition info message X-Git-Tag: Release-3.0.1~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=399c10e7620caf5fe5f645065992a27e8c555fff;p=bacula%2Fbacula ebl Remove Reposition info message git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8748 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/read_record.c b/bacula/src/stored/read_record.c index df59678082..d723e23b3a 100644 --- a/bacula/src/stored/read_record.c +++ b/bacula/src/stored/read_record.c @@ -352,10 +352,6 @@ static bool try_repositioning(JCR *jcr, DEV_RECORD *rec, DCR *dcr) if (dev_addr > bsr_addr) { return false; } - if (verbose) { - Jmsg(jcr, M_INFO,0, _("Reposition from (file:block) %u:%u to %u:%u\n"), - dev->file, dev->block_num, file, block); - } Dmsg4(10, "Try_Reposition from (file:block) %u:%u to %u:%u\n", dev->file, dev->block_num, file, block); dev->reposition(dcr, file, block); diff --git a/bacula/technotes b/bacula/technotes index 5ada9b9a33..f0a697515f 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,6 +3,7 @@ General: 26Apr09 +ebl Remove "Reposition" message when restoring kes Fix platform scripts not to clean configured files during 'make clean' use 'make distclean' to clean everything. Fixes bug #1272.