Skip to content
Snippets Groups Projects
Commit 1c405f14 authored by Florent Thiery's avatar Florent Thiery
Browse files

fix other typo refs #20809

parent a8a0f9af
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ def check_mediaworker_in_whitelist(ip): ...@@ -84,7 +84,7 @@ def check_mediaworker_in_whitelist(ip):
d = f.read() d = f.read()
if 'msuser_whitelist' in d: if 'msuser_whitelist' in d:
if not ip in d: if not ip in d:
print('MediaWorker ip is not in %s whitelist' % (ip, v)) print('MediaWorker ip %s is not in %s whitelist' % (ip, v))
return False return False
return True return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment