We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebae360 commit af55b0aCopy full SHA for af55b0a
can/interfaces/neousys/neousys.py
@@ -131,7 +131,7 @@ class NeousysCanBitClk(Structure):
131
NEOUSYS_CANLIB = CDLL("libwdt_dio.so")
132
logger.info("Loaded Neousys WDT_DIO Can driver")
133
except OSError as error:
134
- logger.info("Cannot load Neousys CAN bus dll or shared object: %d", format(error))
+ logger.info("Cannot load Neousys CAN bus dll or shared object: %s", error)
135
136
137
class NeousysBus(BusABC):
0 commit comments