Skip to content

Commit be6e116

Browse files
committed
2 parents dc3ca2d + a1754ce commit be6e116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udsoncan/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def control_dtc_setting(self, setting_type, data=None):
949949
elif setting_type == services.ControlDTCSetting.SettingType.off:
950950
action = "Turning DTC Off"
951951

952-
self.logger.info('%s - SettingType=0x%02x (%s) - %s with a paylod of %d bytes' % (self.service_log_prefix(services.ControlDTCSetting), setting_type, services.ControlDTCSetting.SettingType.get_name(setting_type), action, data_len))
952+
self.logger.info('%s - SettingType=0x%02x (%s) - %s with a payload of %d bytes' % (self.service_log_prefix(services.ControlDTCSetting), setting_type, services.ControlDTCSetting.SettingType.get_name(setting_type), action, data_len))
953953
if data is not None:
954954
self.logger.debug("Payload of data : %s" % binascii.hexlify(data))
955955

0 commit comments

Comments
 (0)