wifi_ctl_9800_3504: change debug to info

This commit is contained in:
Nikita Yadav
2022-06-15 20:34:43 +05:30
committed by shivam
parent 87bc462a00
commit 11dc39cee6

View File

@@ -128,7 +128,7 @@ class FileAdapter(object):
data = data.strip() # ignore leading/trailing whitespace
if data: # non-blank
# 6/3/2022 set to debug
self.logger.debug(data)
self.logger.info(data)
def flush(self):
pass # leave it to logging to flush properly