From: Eric Bollengier Date: Wed, 13 Sep 2023 07:36:55 +0000 (+0200) Subject: Fix #10369 About clearer message during progressive virtual full X-Git-Tag: Beta-15.0.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763ddc9c0f611e8337029f73bf403da487608c54;p=thirdparty%2Fbacula.git Fix #10369 About clearer message during progressive virtual full --- diff --git a/bacula/src/dird/vbackup.c b/bacula/src/dird/vbackup.c index af254535a..58144b06d 100644 --- a/bacula/src/dird/vbackup.c +++ b/bacula/src/dird/vbackup.c @@ -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;