From d32cb8b1f19a1b4e16a9139756b7377e65e8731e Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 5 Jun 2023 17:07:51 +1000 Subject: [PATCH] Demote authorise twice message since it seems to be happening more with newer hardware. --- src/stratifier.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index 8aa7bf21..1d13f389 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -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);