1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-07 17:40:25 +08:00
This commit is contained in:
源文雨
2022-11-25 13:01:56 +08:00
parent 522a07143b
commit 8a1f257852

View File

@@ -363,7 +363,7 @@ static int handle_accept(threadtimer_t* p) {
}
} else r = 0;
}
printf("Recv finished, continue: %s\n", r?"true":"false");
printf("Recv finished, remain: %zd, continue: %s\n", (p)->numbytes, r?"true":"false");
return r;
}