From f6e9f49e1adb63f2518d7220856bdb7dae0a8d13 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 14 Dec 2015 09:52:23 +1100 Subject: [PATCH] Showing each notify is too verbose for regular logging --- src/stratifier.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index d98e37fd..0a9e19b2 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1737,10 +1737,7 @@ static void update_notify(ckpool_t *ckp, const char *cmd) LOGINFO("No valid proxy %d:%d subscription to update notify yet", id, subid); goto out; } - if (!subid) - LOGNOTICE("Got updated notify for proxy %d", id); - else - LOGINFO("Got updated notify for proxy %d:%d", id, subid); + LOGINFO("Got updated notify for proxy %d:%d", id, subid); wb = ckzalloc(sizeof(workbase_t)); wb->ckp = ckp;