mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update LOGGER.warning to LOGGER.info in custom-cert.py when there is no service
This commit is contained in:
parent
901f8166c0
commit
9e5b2d1b2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue