From 689ab86fd04a2f79b35a92f39d336df8a4118e99 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 1 Mar 2016 09:00:12 +1100 Subject: [PATCH] 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 --- src/connector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connector.c b/src/connector.c index a1eb413e..ea5144f9 100644 --- a/src/connector.c +++ b/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