From 76a534863ac8c9d26967eec5c675ad403b9a8d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=A9vel?= Date: Tue, 30 Aug 2022 17:36:40 +0200 Subject: [PATCH] Update sound_alsa.py Logging little detail --- nabd/sound_alsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nabd/sound_alsa.py b/nabd/sound_alsa.py index 4956d6f6..6e0fa5ec 100644 --- a/nabd/sound_alsa.py +++ b/nabd/sound_alsa.py @@ -282,7 +282,7 @@ def _record(self, cb): if self._recorded_raw is not None: self._recorded_raw.write(data) cb(data, finalize) - logging.info(f"SoundAlsa: Recorded {count} frames") + logging.debug(f"SoundAlsa: Recorded {count} frames") except Exception: print(traceback.format_exc()) finally: