]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Remove Reposition info message
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 26 Apr 2009 13:30:57 +0000 (13:30 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 26 Apr 2009 13:30:57 +0000 (13:30 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8748 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/read_record.c
bacula/technotes

index df59678082fb75a2da92ed106799828ea9074b60..d723e23b3a3ed258f63e3f8fdd8646c34c43415a 100644 (file)
@@ -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);
index 5ada9b9a333325858d133578b6031a971bf1367d..f0a697515fa65cfd063f6afd254788e816ba653d 100644 (file)
@@ -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.