remove debug

This commit is contained in:
Joris Vink 2019-04-11 20:54:29 +02:00
parent aa49e181b6
commit 612fc034fa
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}