Skip to content

Commit c008480

Browse files
LinjingZhangederjc
authored andcommitted
Fix: log message for automatically port selection
1 parent 43f2124 commit c008480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/xmc-flasher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def get_default_port(port):
224224
if port_sn[1] != None:
225225
real_port = port_sn[0]
226226
print(f"Device found on port: {real_port}, not on the selected port: {port}.")
227-
print(f"Please select correct port!")
227+
print(f"Automatically selecting port {real_port}...")
228228
return real_port
229229
else:
230230
return port

0 commit comments

Comments
 (0)