mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 23:19:33 +00:00
FlightLib: Change message type to logger.debug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user