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 c67d007 commit 0d79cb7Copy full SHA for 0d79cb7
udsoncan/client.py
@@ -1835,7 +1835,7 @@ def read_dtc_information(self,
1835
dtc_obj.id, extended_data.record_number, extended_data_record_number))
1836
1837
if Dtc.Format.get_name(response.service_data.dtc_format) is None:
1838
- self.logger.warning('Unknown DTC Format Identifier %s. Value should be between 0 and 3' %
+ self.logger.warning('Unknown DTC Format Identifier %s. Value should be between 0 and 4' %
1839
('0x%02x' % response.service_data.dtc_format if response.service_data.dtc_format is not None else '<None>')
1840
)
1841
0 commit comments