From 7ebfd900aaa80975605a3e0f1c9a04a662a929a4 Mon Sep 17 00:00:00 2001 From: Oleg Dzhimiev Date: Thu, 23 Feb 2017 19:46:56 -0700 Subject: [PATCH] more logging --- py393sata/x393sata_control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py393sata/x393sata_control.py b/py393sata/x393sata_control.py index 7723d28..07415d2 100644 --- a/py393sata/x393sata_control.py +++ b/py393sata/x393sata_control.py @@ -74,6 +74,7 @@ def connection_errors(): if first_line: first_line = False if fld_value or not skip0: + log_msg("%8x : %s (%s)"%(fld_value, fld['name'], fld['description'] )) # the device is there but fails to establish a correct link if fld['name']=="DIAG.B" or fld['name']=="DIAG.S": result = False -- 2.18.1