mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Cleanup debug log.
This commit is contained in:
parent
bb93be6da0
commit
2fa4a67a96
@ -99,7 +99,7 @@ static void socket_callback(SOCKET sock, uint8_t msg_type, void *msg)
|
||||
{
|
||||
if (async_request_type != msg_type) {
|
||||
debug_printf("spurious message received!"
|
||||
"expected (%d) got (%d)\n", async_request_type, msg_type);
|
||||
" expected: (%d) received: (%d)\n", async_request_type, msg_type);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user