Browse Source

Now that we've confirmed failing to find a client id in the receiver is a rare event again, the loglevel can be dropped in priority

master
Con Kolivas 9 years ago
parent
commit
689ab86fd0
  1. 2
      src/connector.c

2
src/connector.c

@ -570,7 +570,7 @@ static void client_event_processor(ckpool_t *ckp, struct epoll_event *event)
client = ref_client_by_id(cdata, id);
if (unlikely(!client)) {
LOGWARNING("Failed to find client by id %"PRId64" in receiver!", id);
LOGNOTICE("Failed to find client by id %"PRId64" in receiver!", id);
goto outnoclient;
}
/* We can have both messages and read hang ups so process the

Loading…
Cancel
Save