1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

Make stratum connection interrupted message higher priority to be visible at normal logging levels.

This commit is contained in:
Con Kolivas 2013-03-07 12:42:44 +11:00
parent 237f67c617
commit 011ea64096

View File

@ -4886,7 +4886,7 @@ static void *stratum_thread(void *userdata)
else
s = recv_line(pool);
if (!s) {
applog(LOG_INFO, "Stratum connection to pool %d interrupted", pool->pool_no);
applog(LOG_NOTICE, "Stratum connection to pool %d interrupted", pool->pool_no);
pool->getfail_occasions++;
total_go++;