From 57e7916296f73c012ee594d2e3c8e7dad60faf44 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 6 Feb 2015 21:08:29 +1100 Subject: [PATCH] Demote unnecessary warning in stratifier to debug --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index b60ec695..a6431251 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -941,7 +941,7 @@ static void connector_drop_client(ckpool_t *ckp, const int64_t id) { char buf[256]; - LOGWARNING("Stratifier requesting connector drop client %"PRId64, id); + LOGDEBUG("Stratifier requesting connector drop client %"PRId64, id); snprintf(buf, 255, "dropclient=%"PRId64, id); send_proc(ckp->connector, buf); }