From 7d2cee3066a65ae2c216b32bf4bc9cd3b981662e Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 22 Nov 2013 10:37:44 +1100 Subject: [PATCH] Drop json stratum auth failed message log level to verbose. --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index 3a7c61a0..78cc7aaa 100644 --- a/util.c +++ b/util.c @@ -1837,7 +1837,7 @@ bool auth_stratum(struct pool *pool) ss = json_dumps(err_val, JSON_INDENT(3)); else ss = strdup("(unknown reason)"); - applog(LOG_WARNING, "pool %d JSON stratum auth failed: %s", pool->pool_no, ss); + applog(LOG_INFO, "pool %d JSON stratum auth failed: %s", pool->pool_no, ss); free(ss); goto out;