Skip to content

Commit

Permalink
Update src/charm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ghislain Bourgeois <[email protected]>
  • Loading branch information
Mark Beierl and ghislainbourgeois authored Apr 4, 2024
1 parent 47af892 commit 55d12cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def _is_bessd_configured(self) -> bool:
logger.debug("bessd configured workers: %s", stdout)
return True
except ExecError as e:
logger.info(f"Configuration check: {e}")
logger.info("Configuration check: %s", e)
return False

def _configure_bessd_for_dpdk(self) -> None:
Expand Down

0 comments on commit 55d12cc

Please sign in to comment.