]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
cloud: Fix #8351 Catalog part number correction notification goes debug
authornorbert.bizet <norbert.bizet@baculasystems.com>
Wed, 26 Oct 2022 10:44:17 +0000 (06:44 -0400)
committerEric Bollengier <eric@baculasystems.com>
Sat, 18 Feb 2023 09:21:25 +0000 (10:21 +0100)
bacula/src/stored/cloud_dev.c

index 155c9b47971576ce72adb17bdd47b778f18ac24e..fb7c8a37bbb44ad1bb3140c256a20d30dd5a0c08 100644 (file)
@@ -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();