From: Michal Rakowski Date: Mon, 10 Jan 2022 11:48:48 +0000 (+0100) Subject: Tweak Protection Period info message to be more generic X-Git-Tag: Beta-15.0.0~687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a5fde3facf34b3808150720642c2beddeccacba;p=thirdparty%2Fbacula.git Tweak Protection Period info message to be more generic --- diff --git a/bacula/src/stored/vol_mgr.c b/bacula/src/stored/vol_mgr.c index 0cd84a3f6..dde528a14 100644 --- a/bacula/src/stored/vol_mgr.c +++ b/bacula/src/stored/vol_mgr.c @@ -836,7 +836,7 @@ bool DCR::can_i_write_volume() } if (dev->device->set_vol_immutable && dev->check_for_immutable(VolumeName)) { - MmsgD1(dbglvl, jcr->errmsg, _("Skipping writing onto Volume %s, " + MmsgD1(dbglvl, jcr->errmsg, _("Skipping Volume %s, " "because Volume's Protection Period has not expired yet\n"), VolumeName); return false;