Browse Source

Showing each notify is too verbose for regular logging

master
Con Kolivas 9 years ago
parent
commit
f6e9f49e1a
  1. 3
      src/stratifier.c

3
src/stratifier.c

@ -1737,9 +1737,6 @@ 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);
wb = ckzalloc(sizeof(workbase_t));

Loading…
Cancel
Save