Log.info instead of error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user