Browse Source

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

Conflicts:
	miner.c
Con Kolivas 13 years ago
parent
commit
5f9d07207f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -6083,7 +6083,7 @@ static void *stratum_thread(void *userdata)
 			if (!pool->has_stratum)
 				break;
 
-			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++;