X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fdird%2Fbackup.c;h=f6db260141c8577f23d6b6b9e831bd758137d4f2;hb=3a0d7d1ee99ae3750af1f9fa63c3b7e5cadd879d;hp=16f75993a0334b36e2142effaded0fbce1f2af6e;hpb=bf36104fae630ab2b790dde25195c4cf92ce236d;p=bacula%2Fbacula diff --git a/bacula/src/dird/backup.c b/bacula/src/dird/backup.c index 16f75993a0..f6db260141 100644 --- a/bacula/src/dird/backup.c +++ b/bacula/src/dird/backup.c @@ -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"); }