updated stat printer

This commit is contained in:
Joseph Lawson
2014-04-23 12:22:47 -04:00
parent 62254b6265
commit c97f02ff4c
+1 -1
View File
@@ -49,7 +49,7 @@ func (s *GorStat) String() string {
func (s *GorStat) reportStats() {
for {
log.Println(s)
time.Sleep(rate * time.Second.Nanoseconds())
time.Sleep(rate * time.Second)
}
}