Browse Source

hashfast: Log seq numbers for nonces found

Luke Dashjr 12 years ago
parent
commit
54d9ebac50
1 changed files with 2 additions and 0 deletions
  1. 2 0
      driver-hashfast.c

+ 2 - 0
driver-hashfast.c

@@ -456,6 +456,8 @@ bool hashfast_poll_msg(struct thr_info * const master_thr)
 				
 				// TODO: implement 'search' option
 				
+				applog(LOG_DEBUG, "%"PRIpreprv": Found nonce for seq %02x (last=%02x): %08lx",
+				       proc->proc_repr, (unsigned)seq, (unsigned)cs->last_seq, (unsigned long)nonce);
 				submit_nonce(thr, work, nonce);
 				hashes_done2(thr, 0x100000000, NULL);
 			}