]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/backup.c
Jobq.c race bug fixed + minor updates
[bacula/bacula] / bacula / src / dird / backup.c
index 16f75993a0334b36e2142effaded0fbce1f2af6e..1475413f38fe9e71253eb0120068112b9b820268 100644 (file)
@@ -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");
         }