Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Sep 14, 2024
1 parent 30bd674 commit 3817eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyftms/client/properties/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ async def read_features(cli: BleakClient) -> tuple[MachineFeatures, MachineSetti
_LOGGER.exception("Failed reading machine features and settings.")
raise

_LOGGER.debug(features)
_LOGGER.debug(settings)
_LOGGER.debug(f"Features: {", ".join(x.name for x in features)}")
_LOGGER.debug(f"Settings: {", ".join(x.name for x in settings)}")

return features, settings

Expand Down

0 comments on commit 3817eed

Please sign in to comment.