diff --git a/pulse_lib/fast_scan/qblox_fast_scans.py b/pulse_lib/fast_scan/qblox_fast_scans.py
index ca4bcf5d9a5a88d0e6df1c3d3c5facbb0ca36e37..88f7d66e461a57907f663d621f3d9abf5a5f0378 100644
--- a/pulse_lib/fast_scan/qblox_fast_scans.py
+++ b/pulse_lib/fast_scan/qblox_fast_scans.py
@@ -342,6 +342,6 @@ class _scan_parameter(MultiParameter):
 
     def __del__(self):
         if not self.my_seq is None and not self.pulse_lib is None:
-            logging.warning(f'Automatic cleanup in __del__(); Calling stop()')
+            logging.debug(f'Automatic cleanup in __del__(); Calling stop()')
             self.stop()