Skip to content
Snippets Groups Projects
Verified Commit 9f3e0833 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

change current url testing info output

parent 9930d6d4
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ def test_vhost(
for port, proto in ports_info or [(80, False)]:
for domain in domains or ["localhost"]:
url = "%s://%s:%s" % (proto, domain, port)
u.info("testing url '%s' from %s" % (url, name))
u.info("- testing url '%s' from %s" % (url, name))
if name.startswith("mediaserver") and not tested:
if not re.search(r"https?://%s" % domain, celerity_conf):
u.warning("url '%s' not found in celerity conf" % url)
......
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