readme fixup & test output fixup

This commit is contained in:
Cameron Sparr
2017-01-09 12:28:13 +00:00
parent c9089b4700
commit fe9d3257c7
2 changed files with 5 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ func (r *RunningInput) MakeMetric(
)
if r.trace && m != nil {
fmt.Println("> " + m.String())
fmt.Print("> " + m.String())
}
r.MetricsGathered.Incr(1)