Kaynağa Gözat

Fix log typo in the influxdb helper

Ask Bjørn Hansen 7 yıl önce
ebeveyn
işleme
c72246c928
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      geodns-influxdb/process-stats.go

+ 1 - 1
geodns-influxdb/process-stats.go

@@ -180,7 +180,7 @@ func processChan(in chan string, out chan<- *Stats, wg *sync.WaitGroup) error {
 
 		if len(stats.Map) == 0 {
 			lastMinute = eMinute
-			log.Printf("Last MInute: %d", lastMinute)
+			log.Printf("Last Minute: %d", lastMinute)
 		} else {
 			if eMinute > lastMinute {
 				fmt.Printf("eMinute %d\nlastMin %d - should summarize\n", eMinute, lastMinute)