accidental "error" changed to "info"

This commit is contained in:
LuKe Tidd 2022-08-05 09:39:39 -04:00
parent ac4e393720
commit 147926112c

View File

@ -152,7 +152,7 @@ def restart(service):
stderr = p.stdout.decode('UTF-8')
sys.stderr.write(p.stdout)
sys.exit(1)
log.error(f'{service} has restarted OK')
log.info(f'{service} has restarted OK')
def pfx_gen(service):