FlightLib: Change message type to logger.debug

This commit is contained in:
Arthur Golubtsov
2019-11-02 06:51:59 +00:00
parent 7181091c16
commit 96cb768039

View File

@@ -77,7 +77,7 @@ def check(check_name):
if msgs:
return msgs
else:
logger.info("[{}]: OK".format(check_name))
logger.debug("[{}]: OK".format(check_name))
return None
checklist.append(wrapper)