]> git.sur5r.net Git - bacula/bacula/commitdiff
Change two Jmsgs in accurate to Dmsg to reduce unnecessary
authorKern Sibbald <kern@sibbald.com>
Wed, 17 Sep 2008 06:57:25 +0000 (06:57 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 17 Sep 2008 06:57:25 +0000 (06:57 +0000)
     output. Perhaps we really need to implement M_SAVED.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7606 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/accurate.c
bacula/technotes-2.5

index c98f924963bee472f443d63d06cc38b91d88a285..26e1d88493b3b640086e5bf884bc1ec7dbb1f51d 100644 (file)
@@ -336,10 +336,12 @@ bool accurate_check_file(JCR *jcr, FF_PKT *ff_pkt)
    }
 
    if (elt.mtime != ff_pkt->statp.st_mtime) {
-     Jmsg(jcr, M_SAVED, 0, _("%s      st_mtime differs\n"), fname);
+//   Jmsg(jcr, M_SAVED, 0, _("%s      st_mtime differs\n"), fname);
+     Dmsg(dbglvl, "%s      st_mtime differs\n", fname);
      stat = true;
    } else if (elt.ctime != ff_pkt->statp.st_ctime) {
-     Jmsg(jcr, M_SAVED, 0, _("%s      st_ctime differs\n"), fname);
+//   Jmsg(jcr, M_SAVED, 0, _("%s      st_ctime differs\n"), fname);
+     Dmsg(dbglvl, "%s      st_ctime differs\n", fname);
      stat = true;
    }
 
index e82a74405db091207fcdede4a1e972be38200c12..322e0f2cae13e0cd0f40059f1aac69fea97b8d94 100644 (file)
@@ -18,6 +18,9 @@ dbdriver
 remove reader/writer in FOPTS????
 
 General:
+17Sep08
+kes  Change two Jmsgs in accurate to Dmsg to reduce unnecessary
+     output. Perhaps we really need to implement M_SAVED.
 16Sep08
 kes  Fix bug #1156 FD crash during processing of Accurate data.
 kes  Tweaks to htable code to improved debugging and make names