Skip to content

Commit

Permalink
Fix log time
Browse files Browse the repository at this point in the history
  • Loading branch information
negbie committed Oct 24, 2019
1 parent 65f35bc commit 231c661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (in *Input) run(stderr io.Writer, stdin io.Reader) {
for s.Scan() {
ll, err := scanLine(s.Bytes(), in.metricOnly)
if err != nil {
fmt.Fprintf(stderr, "%v ERROR: %v\n", t, err)
fmt.Fprintf(stderr, "%v ERROR: %v\n", time.Now(), err)
continue
}

Expand Down

0 comments on commit 231c661

Please sign in to comment.