Browse Source

Debug log when zeroing stats

Luke Dashjr 12 years ago
parent
commit
f94c4bbce5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      miner.c

+ 2 - 0
miner.c

@@ -5871,6 +5871,8 @@ void zero_bestshare(void)
 void zero_stats(void)
 {
 	int i;
+	
+	applog(LOG_DEBUG, "Zeroing stats");
 
 	cgtime(&total_tv_start);
 	miner_started = total_tv_start;