Browse Source

Merge branch 'bf_stale_wait' into bfgminer

Luke Dashjr 13 years ago
parent
commit
22ec4806a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      driver-bitforce.c

+ 2 - 2
driver-bitforce.c

@@ -453,8 +453,8 @@ static inline int noisy_stale_wait(unsigned int mstime, struct work*work, bool c
 {
 {
 	int rv = stale_wait(mstime, work, checkend);
 	int rv = stale_wait(mstime, work, checkend);
 	if (rv)
 	if (rv)
-		applog(LOG_NOTICE, "BFL%i: Abandoning stale search to restart after %ums",
-		       bitforce->device_id, bitforce->wait_ms);
+		applog(LOG_NOTICE, "BFL%i: Abandoning stale search to restart",
+		       bitforce->device_id);
 	return rv;
 	return rv;
 }
 }
 #define noisy_stale_wait(mstime, work, checkend)  noisy_stale_wait(mstime, work, checkend, bitforce)
 #define noisy_stale_wait(mstime, work, checkend)  noisy_stale_wait(mstime, work, checkend, bitforce)