]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #10369 About clearer message during progressive virtual full
authorEric Bollengier <eric@baculasystems.com>
Wed, 13 Sep 2023 07:36:55 +0000 (09:36 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:02 +0000 (13:57 +0200)
bacula/src/dird/vbackup.c

index af254535a8eb66847fbc457c02730d0cddc44351..58144b06d7e015b048e6d9a643a51633bd81cbd0 100644 (file)
@@ -261,7 +261,7 @@ _("This Job is not an Accurate backup so is not equivalent to a Full backup.\n")
 
       } else {
          Jmsg(jcr, M_WARNING, 0, _("BackupsToKeep is set to %u, "
-                                   "and only %d Incremental/Differential jobs exits. "
+                                   "and/or only %d jobs exits. "
                                    "Consolidation not needed.\n"),
                                     jcr->job->BackupsToKeep, jobids.count);
          return false;