]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
cloud: Tweak Jmsg to Dmsg inside the transfer manager
authorEric Bollengier <eric@baculasystems.com>
Thu, 18 Jan 2024 08:26:32 +0000 (09:26 +0100)
committerEric Bollengier <eric@baculasystems.com>
Tue, 13 Feb 2024 09:36:03 +0000 (10:36 +0100)
bacula/src/stored/cloud_dev.c

index 571d7209d1f9078db425b2fe76c3cc32d2379753..16e58419f5bb26b5a2add722c4ff4b07f925590c 100644 (file)
@@ -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 {