Browse Source

Demote message

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

2
src/stratifier.c

@ -3513,7 +3513,7 @@ static void suggest_diff(stratum_instance_t *client, const char *method, const j
int64_t sdiff;
if (unlikely(!client_active(client))) {
LOGWARNING("Attempted to suggest diff on unauthorised client %"PRId64, client->id);
LOGNOTICE("Attempted to suggest diff on unauthorised client %"PRId64, client->id);
return;
}
if (arr_val && json_is_integer(arr_val))

Loading…
Cancel
Save