Skip to content

Commit

Permalink
improve debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Oct 12, 2023
1 parent aef057e commit 375d8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def is_compatible(self) -> bool:

@property
def in_progress(self) -> bool:
logger.debug(f"{self._app_workload_version=} {self._unit_workload_versions.values()=}")
logger.debug(f"{self._app_workload_version=} {self._unit_workload_versions=}")
return any(
version != self._app_workload_version
for version in self._unit_workload_versions.values()
Expand Down

0 comments on commit 375d8b6

Please sign in to comment.