]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak Protection Period info message to be more generic
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Mon, 10 Jan 2022 11:48:48 +0000 (12:48 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:57 +0000 (13:56 +0200)
bacula/src/stored/vol_mgr.c

index 0cd84a3f69c14c3b69a3a6bfa015b1e0b5282dcd..dde528a14980a74028fe894cfd776551418c1f21 100644 (file)
@@ -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;