From: norbert.bizet Date: Wed, 26 Oct 2022 10:44:17 +0000 (-0400) Subject: cloud: Fix #8351 Catalog part number correction notification goes debug X-Git-Tag: Release-13.0.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14378c2e6c013eb2138438186774b7b20fc4bab9;p=thirdparty%2Fbacula.git cloud: Fix #8351 Catalog part number correction notification goes debug --- diff --git a/bacula/src/stored/cloud_dev.c b/bacula/src/stored/cloud_dev.c index 155c9b479..fb7c8a37b 100644 --- a/bacula/src/stored/cloud_dev.c +++ b/bacula/src/stored/cloud_dev.c @@ -2159,7 +2159,7 @@ bool cloud_dev::is_eod_valid(DCR *dcr) } if (ok) { if (do_update) { - Jmsg2(jcr, M_INFO, 0, _("Correcting catalog for Volume \"%s\":\n%s\n"), dcr->VolumeName, err.c_str()); + Dmsg2(dbglvl, "Correcting catalog for Volume \"%s\":\n%s", dcr->VolumeName, err.c_str()); if (!dir_update_volume_info(dcr, false, true)) { Jmsg(jcr, M_WARNING, 0, _("Error updating Catalog\n")); dcr->mark_volume_in_error();