Skip to content

Commit

Permalink
fix: message in iterator for operations affecting stale compoenents
Browse files Browse the repository at this point in the history
  • Loading branch information
SteBaum committed Jul 3, 2024
1 parent 8a2c3de commit 7c2481c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tdp/core/deployment/deployment_iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ def _process_operation_fn(
# Log a warning if the operation affect a stale SCH which is not the first reconfigure operation (if any)
if not can_update_stale:
logger.warning(
f"can't update stale {entity_name} with {operation_rec.operation}\n"
+ "first operation is {first_reconfigure_operation}"
f"can't update stale {entity_name} with {operation_rec.operation}, the first operation is {first_reconfigure_operation}"
)
else:
can_update_stale = False
Expand Down

0 comments on commit 7c2481c

Please sign in to comment.