From: norbert.bizet Date: Tue, 10 Jan 2023 10:47:43 +0000 (-0500) Subject: Cloud: Fix #9747 Fatal error prevents catalog update so Volume was never set in error. X-Git-Tag: Beta-15.0.0~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1646bcf1b7fa5fecc88b3bd8885cad2ca901e899;p=thirdparty%2Fbacula.git Cloud: Fix #9747 Fatal error prevents catalog update so Volume was never set in error. --- diff --git a/bacula/src/stored/cloud_dev.c b/bacula/src/stored/cloud_dev.c index 538abe24d..05a9cff59 100644 --- a/bacula/src/stored/cloud_dev.c +++ b/bacula/src/stored/cloud_dev.c @@ -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:""); }