Update LOGGER.warning to LOGGER.info in custom-cert.py when there is no service

This commit is contained in:
Théophile Diot 2024-03-16 09:30:58 +00:00
parent 901f8166c0
commit 9e5b2d1b2d
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -66,7 +66,7 @@ try:
all_domains = all_domains.split(" ")
if not all_domains:
LOGGER.warning("No services found, exiting ...")
LOGGER.info("No services found, exiting ...")
sys_exit(0)
skipped_servers = []