Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Apr 16, 2024
1 parent 1fc913f commit ea0d58a
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 @@ -149,7 +149,7 @@ def apply_updated_oaps_on_server(
Don't forget to set a number of threads that doesn't overload the server.
"""
if not oaps:
logger.warning("There are no OAPs to update")
logger.warning(f"There are no OAPs to update on {host}")
return
logger.info(f"******* Updating OAPs of {len(oaps)} resources on {host}... *******")

Expand Down

0 comments on commit ea0d58a

Please sign in to comment.