From 6a5fde3facf34b3808150720642c2beddeccacba Mon Sep 17 00:00:00 2001 From: Michal Rakowski Date: Mon, 10 Jan 2022 12:48:48 +0100 Subject: [PATCH] Tweak Protection Period info message to be more generic --- bacula/src/stored/vol_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3