From 3a40311ece14ea916e92726e1c9a7f2f4a1efda0 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 21 Jan 2015 12:29:33 +1100 Subject: [PATCH] Passthrough clients should be rare so increase verbosity of them being added --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index 8e3c6264..b7687b0c 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -3020,7 +3020,7 @@ static void parse_method(sdata_t *sdata, const int64_t client_id, json_t *id_val HASH_DEL(sdata->stratum_instances, client); ck_wunlock(&sdata->instance_lock); - LOGINFO("Adding passthrough client %ld", client->id); + LOGNOTICE("Adding passthrough client %ld", client->id); snprintf(buf, 255, "passthrough=%ld", client->id); send_proc(client->ckp->connector, buf); free(client);