From: Michal Rakowski Date: Mon, 20 Dec 2021 17:19:38 +0000 (+0100) Subject: Tweak dbgmsg in check_volume_protection_time() X-Git-Tag: Beta-15.0.0~679 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d37159f5fa0cef4da320f14095b448f7a3652a;p=thirdparty%2Fbacula.git Tweak dbgmsg in check_volume_protection_time() --- diff --git a/bacula/src/stored/file_dev.c b/bacula/src/stored/file_dev.c index 450c2af2b..4de5b9bf0 100644 --- a/bacula/src/stored/file_dev.c +++ b/bacula/src/stored/file_dev.c @@ -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; }