From d0f7ec7c35f26b04dae5cb32867f770df1552115 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 25 Apr 2015 16:27:20 +1000 Subject: [PATCH] Decrease verbosity of missing client warning in receiver, adding id number to the output --- src/connector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connector.c b/src/connector.c index 65c77bd6..b1a3742d 100644 --- a/src/connector.c +++ b/src/connector.c @@ -503,7 +503,7 @@ void *receiver(void *arg) } client = ref_client_by_id(cdata, event.data.u64); if (unlikely(!client)) { - LOGWARNING("Failed to find client by id in receiver!"); + LOGNOTICE("Failed to find client by id %"PRId64" in receiver!", event.data.u64); continue; } /* We can have both messages and read hang ups so process the