Commit 7ebfd900 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

more logging

parent 59296529
...@@ -74,6 +74,7 @@ def connection_errors(): ...@@ -74,6 +74,7 @@ def connection_errors():
if first_line: if first_line:
first_line = False first_line = False
if fld_value or not skip0: 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 # the device is there but fails to establish a correct link
if fld['name']=="DIAG.B" or fld['name']=="DIAG.S": if fld['name']=="DIAG.B" or fld['name']=="DIAG.S":
result = False result = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment