mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 01:44:23 +00:00
Drop json stratum auth failed message log level to verbose.
This commit is contained in:
parent
39b7bc26cb
commit
7d2cee3066
2
util.c
2
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user