]> git.sur5r.net Git - bacula/bacula/commitdiff
Change autmatically adjusting to automatically compensating in FD time error message
authorKern Sibbald <kern@sibbald.com>
Sat, 25 Aug 2007 06:03:26 +0000 (06:03 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 25 Aug 2007 06:03:26 +0000 (06:03 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5404 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/job.c

index b8419ba7281a06d03517e015091652800c496bb6..d8f0d007804d3441c3c6e69d6e999e746ff987f2 100644 (file)
@@ -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);