Skip to content

Commit 4f5a199

Browse files
bridadan0xc0170
authored andcommitted
Fix bad print message in test
1 parent 00a41ad commit 4f5a199

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_LWIP/TESTS/mbedmicro-net/udp_echo_parallel

1 file changed

+1
-1
lines changed

features/FEATURE_LWIP/TESTS/mbedmicro-net/udp_echo_parallel/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class Echo {
152152
result = success == ECHO_LOOPS;
153153

154154
err = sock.close();
155-
printf("[ID:%01u][%02u] Failed to close socket!\n", id, i);
155+
printf("[ID:%01u] Failed to close socket!\n", id);
156156
if (err) {
157157
result = false;
158158
}

0 commit comments

Comments
 (0)