1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-08 18:10:24 +08:00

增加log

This commit is contained in:
fumiama
2021-05-04 16:05:55 +08:00
parent 960ad0154d
commit 914e77d197

View File

@@ -271,8 +271,11 @@ void accept_timer(void *p) {
sleep(MAXWAITSEC);
puts("Check accept status");
if(time(NULL) - timer->touch > MAXWAITSEC) {
puts("Call kill thread");
kill_thread(timer);
puts("Free timer");
free(p);
puts("Finish checking accept status");
break;
}
}