Browse Source

Semi-Merge commit '6cef9f4' into cg_merges_20130524b

Conflicts:
	miner.c
Luke Dashjr 12 years ago
parent
commit
0aea6a4f92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -7904,7 +7904,7 @@ void print_summary(void)
 		if (opt_shares > total_accepted)
 			applog(LOG_WARNING, "WARNING - Mined only %d shares of %d requested.", total_accepted, opt_shares);
 	}
-	applog(LOG_WARNING, "");
+	applog(LOG_WARNING, " ");
 
 	fflush(stderr);
 	fflush(stdout);