From: Eric Bollengier Date: Thu, 18 Jan 2024 08:26:32 +0000 (+0100) Subject: cloud: Tweak Jmsg to Dmsg inside the transfer manager X-Git-Tag: Beta-15.0.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0616af436c521d59bea2333739864d2fc1ef97c;p=thirdparty%2Fbacula.git cloud: Tweak Jmsg to Dmsg inside the transfer manager --- diff --git a/bacula/src/stored/cloud_dev.c b/bacula/src/stored/cloud_dev.c index 571d7209d..16e58419f 100644 --- a/bacula/src/stored/cloud_dev.c +++ b/bacula/src/stored/cloud_dev.c @@ -250,7 +250,8 @@ transfer_state upload_engine(transfer *tpkt) /* sucessful + !exists : the source path has not been found -> OK ignore */ } else { /* sucessful + exists : the source part has been moved to target part name */ - Jmsg(tpkt->m_dcr->jcr, M_INFO, 0, _("%s/part.%d was present on the cloud and has been versioned to %s\n"), + //Jmsg(tpkt->m_dcr->jcr, M_INFO, 0, _("%s/part.%d was present on the cloud and has been versioned to %s\n"), + Dmsg3(dbglvl, _("%s/part.%d was present on the cloud and has been versioned to %s\n"), tpkt->m_volume_name, tpkt->m_part, msg); } } else {