Skip to content

Commit

Permalink
fix log message after OAP update
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Jul 26, 2024
1 parent cc4939d commit a5b4488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp_permissions_scripts/oap/oap_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ def apply_updated_oaps_on_server(
)
msg = f"ERROR: {len(failed_iris)} resources or values could not be updated. They were written to {filename}."
logger.error(msg)
logger.info(f"Updated OAPs of {len(oaps)} resources on {host}")
logger.info(f"Updated {res_oap_count} resource OAPs and {value_oap_count} value OAPs on {host}... *******")

0 comments on commit a5b4488

Please sign in to comment.