From: Kern Sibbald Date: Wed, 17 Sep 2008 06:57:25 +0000 (+0000) Subject: Change two Jmsgs in accurate to Dmsg to reduce unnecessary X-Git-Tag: Release-3.0.0~970 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d05bb25f1cc2a0f36139433802f20e9fab98a76a;p=bacula%2Fbacula Change two Jmsgs in accurate to Dmsg to reduce unnecessary 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 --- diff --git a/bacula/src/filed/accurate.c b/bacula/src/filed/accurate.c index c98f924963..26e1d88493 100644 --- a/bacula/src/filed/accurate.c +++ b/bacula/src/filed/accurate.c @@ -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; } diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index e82a74405d..322e0f2cae 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -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