Skip to content

Commit

Permalink
Update sound_alsa.py
Browse files Browse the repository at this point in the history
Logging little detail
  • Loading branch information
omevel authored Aug 30, 2022
1 parent 4098af6 commit 76a5348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nabd/sound_alsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76a5348

Please sign in to comment.