Demote authorise twice message since it seems to be happening more with newer hardware.
This commit is contained in:
parent
8ac3ce1c89
commit
d32cb8b1f1
@ -6676,8 +6676,8 @@ static void parse_method(ckpool_t *ckp, sdata_t *sdata, stratum_instance_t *clie
|
||||
json_params_t *jp;
|
||||
|
||||
if (unlikely(client->authorised)) {
|
||||
LOGNOTICE("Client %s %s trying to authorise twice",
|
||||
client->identity, client->address);
|
||||
LOGINFO("Client %s %s trying to authorise twice",
|
||||
client->identity, client->address);
|
||||
return;
|
||||
}
|
||||
jp = create_json_params(client_id, method_val, params_val, id_val);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user