Skip to content

Commit

Permalink
add additional message
Browse files Browse the repository at this point in the history
  • Loading branch information
emoscardini committed May 9, 2024
1 parent 7accc8a commit 5afcc12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion router_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,8 @@ def salt_stack_add(router_info):
logging.info("Salt Minion Connection is successful.")
return
time.sleep(5)
logging.warning("Unable to verify Salt Minion Connection")
logging.warning("Unable to verify Salt Minion Connection\n"
"Please Check the ziti-router logs to verify connectivity")

def salt_stack_remove():
"""
Expand Down

0 comments on commit 5afcc12

Please sign in to comment.