Log.info instead of error

This commit is contained in:
VirtuBox
2019-08-27 15:50:23 +02:00
parent d24ae7e8d2
commit 1650d2093e

View File

@@ -127,7 +127,7 @@ class WOService():
"[" + Log.ENDC + "OK" + Log.OKBLUE + "]")
return True
else:
Log.error(
Log.info(
self, "Reloading Nginx " + "[" + Log.FAIL +
"Failed" + Log.OKBLUE+"]")
return False