Browse Source

Merge commit '233a812' into bfgminer

Conflicts:
	miner.c
Luke Dashjr 14 years ago
parent
commit
1eb216e4b9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      miner.c

+ 2 - 1
miner.c

@@ -4890,7 +4890,8 @@ int main(int argc, char *argv[])
 				break;
 			case -1:
 				applog(LOG_WARNING, "Error in configuration file, partially loaded.");
-				applog(LOG_WARNING, "Start BFGMiner with -T to see what failed to load.");
+				if (use_curses)
+					applog(LOG_WARNING, "Start BFGMiner with -T to see what failed to load.");
 				break;
 			default:
 				break;