]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/backup.c
Fix hourly scheduling problem
[bacula/bacula] / bacula / src / dird / backup.c
index 16f75993a0334b36e2142effaded0fbce1f2af6e..f6db260141c8577f23d6b6b9e831bd758137d4f2 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
-   Copyright (C) 2000-2003 Kern Sibbald and John Walker
+   Copyright (C) 2000-2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -396,7 +396,7 @@ static void backup_cleanup(JCR *jcr, int TermCode, char *since, FILESET_DBR *fsr
    switch (jcr->JobStatus) {
       case JS_Terminated:
         if (jcr->Errors || jcr->SDErrors) {
-            term_msg = _("Backup OK with warnings");
+            term_msg = _("Backup OK -- with warnings");
         } else {
             term_msg = _("Backup OK");
         }