fix logging
This commit is contained in:
parent
1ac129a027
commit
9e22556d36
@ -46,7 +46,7 @@ void clientStop(client_t *client) {
|
||||
|
||||
if (res != SOCK_BUSY) {
|
||||
close(client->sockNum);
|
||||
logMsg("clientStop: disconnect returns 0x%02x, invalid response, ignore it", res);
|
||||
logMsg("clientStop: disconnect returns %d, invalid response, ignore it", res);
|
||||
} else {
|
||||
bool successfullyClosed = false;
|
||||
uint32_t startTime = HAL_GetTick();
|
||||
|
Loading…
x
Reference in New Issue
Block a user