Skip to content

Commit

Permalink
Lowered log level of socket inactivity message
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Jun 3, 2012
1 parent 48bdc4f commit a774fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polling.c
Expand Up @@ -298,7 +298,7 @@ static void polling_timeout(struct ev_loop *loop, struct ev_timer *timer,
static void inactivity_timeout(struct ev_loop *loop, struct ev_timer *timer,
int rev)
{
TWARN("Closing polling websocket due to inactivity");
LNOTICE("Closing polling websocket due to inactivity");
ANIMPL(!(rev & EV_ERROR));
ev_timer_stop(loop, timer);
hybi_t *hybi = SHIFT(timer, hybi_t, comet[0].inactivity);
Expand Down

0 comments on commit a774fb0

Please sign in to comment.