readme fixup & test output fixup

This commit is contained in:
Cameron Sparr
2017-01-09 12:28:13 +00:00
parent 4b08d127e0
commit 7279018cfe
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)