From: Kern Sibbald Date: Sat, 25 Aug 2007 06:03:26 +0000 (+0000) Subject: Change autmatically adjusting to automatically compensating in FD time error message X-Git-Tag: Release-2.2.1~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2ff474dd4adcb58a0ccbc9cd15e1053c256a5c7f;p=bacula%2Fbacula Change autmatically adjusting to automatically compensating in FD time error message git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5404 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index b8419ba728..d8f0d00780 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -1229,7 +1229,7 @@ static int level_cmd(JCR *jcr) } else { type = M_INFO; } - Jmsg(jcr, type, 0, _("DIR and FD clocks differ by %d seconds, FD automatically adjusting.\n"), adj); + Jmsg(jcr, type, 0, _("DIR and FD clocks differ by %d seconds, FD automatically compensating.\n"), adj); } bnet_sig(dir, BNET_EOD);