mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
remove debug
This commit is contained in:
parent
aa49e181b6
commit
612fc034fa
@ -421,7 +421,7 @@ kore_connection_check_idletimer(u_int64_t now, struct connection *c)
|
||||
d = 0;
|
||||
|
||||
if (d >= c->idle_timer.length) {
|
||||
printf("%p idle for %" PRIu64 " ms, expiring\n", (void *)c, d);
|
||||
kore_debug("%p idle for %" PRIu64 " ms, expiring", c, d);
|
||||
kore_connection_disconnect(c);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user