Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
fix printf
Browse files Browse the repository at this point in the history
Thanks, go1.10!
  • Loading branch information
alicebob committed Feb 17, 2018
1 parent 7c6107b commit a00349f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latency.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (lc latencyCollector) collect(conn *as.Connection, ch chan<- prometheus.Met
}
ns, op, err := readNS(key)
if err != nil {
log.Print("weird latency key %q: %s", key, err)
log.Printf("weird latency key %q: %s", key, err)
continue
}
for threshold, data := range metrics {
Expand Down

0 comments on commit a00349f

Please sign in to comment.