diff --git a/superxas_bec/devices/timepix/timepix_fly_client/timepix_fly_client.py b/superxas_bec/devices/timepix/timepix_fly_client/timepix_fly_client.py index 546712c..8fa65be 100644 --- a/superxas_bec/devices/timepix/timepix_fly_client/timepix_fly_client.py +++ b/superxas_bec/devices/timepix/timepix_fly_client/timepix_fly_client.py @@ -258,6 +258,7 @@ class TimepixFlyClient: or exception, respectively and removed from the list of callbacks. """ status = self._status + logger.warning(f"Running status callbacks for status: {status.value}") callback_ids = list(self._status_callbacks.keys()) for cb_id in callback_ids: dev_status, success, error = self._status_callbacks[cb_id]