Skip to content

Commit c0db7a0

Browse files
committed
Fixed a logging typo
1 parent fd0f045 commit c0db7a0

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
@@ -529,7 +529,7 @@ def routine_control(self, routine_id, control_type, data=None):
529529
if control_type == services.RoutineControl.ControlType.startRoutine:
530530
action = "Starting routine ID"
531531
elif control_type == services.RoutineControl.ControlType.stopRoutine:
532-
action = "Starting routine ID"
532+
action = "Stoping routine ID"
533533
elif control_type == services.RoutineControl.ControlType.requestRoutineResults:
534534
action = "Requesting result for routine ID"
535535

0 commit comments

Comments
 (0)