]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Cloud: Fix #9747 Fatal error prevents catalog update so Volume was never set in error.
authornorbert.bizet <norbert.bizet@baculasystems.com>
Tue, 10 Jan 2023 10:47:43 +0000 (05:47 -0500)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
bacula/src/stored/cloud_dev.c

index 538abe24de30fee135d9a00b785c2610dfb0d973..05a9cff59fc6a28ccd95608deb87fb7302148d3d 100644 (file)
@@ -1332,7 +1332,7 @@ bool cloud_dev::wait_one_transfer(DCR *dcr, char *VolName, uint32_t part)
       dcr->jcr->setJobStatus(JS_Running);
 
       if (!ok) {
-         Qmsg3(dcr->jcr, M_FATAL, 0,
+         Qmsg3(dcr->jcr, M_ERROR, 0,
                _("Unable to download Volume=\"%s\"%s. %s\n"), VolName,
                (part == 1) ? " label" : "", item->m_message ? item->m_message:"");
       }