From 8efb3a1497c85f2c1c42595f66257479da3667c3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 25 Aug 2007 06:03:26 +0000 Subject: [PATCH] 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 --- bacula/src/filed/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5