Browse Source

Showing each notify is too verbose for regular logging

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

5
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;

Loading…
Cancel
Save