Skip to content

Commit 71a18e3

Browse files
committed
Use LOG_DEBUG for debug messages: Discard unexpected char
1 parent c2642ac commit 71a18e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/gdb_server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ static int gdb_put_packet_inner(struct connection *connection,
390390
break;
391391
}
392392

393-
LOG_WARNING("Discard unexpected char %c", reply);
393+
LOG_DEBUG("Discard unexpected char %c", reply);
394394
}
395395
#endif
396396

0 commit comments

Comments
 (0)