]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak dbgmsg in check_volume_protection_time()
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Mon, 20 Dec 2021 17:19:38 +0000 (18:19 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:57 +0000 (13:56 +0200)
bacula/src/stored/file_dev.c

index 450c2af2bb3b1b27bfff0c7d68bb90d3154f09af..4de5b9bf06e94dab70e60b98b68fc6c05295ae1a 100644 (file)
@@ -584,7 +584,7 @@ void file_dev::get_volume_fpath(const char *vol_name, POOLMEM **fname)
 bool file_dev::check_volume_protection_time(const char *vol_name)
 {
    if (!device->set_vol_immutable) {
-      Dmsg1(DT_VOLUME|50, "ProtectVolumes turned off for volume: %s\n", vol_name);
+      Dmsg1(DT_VOLUME|50, "SetVolumeImmutable turned off for volume: %s\n", vol_name);
       return true;
    }