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

Commit a00349f

Browse files
committed
fix printf
Thanks, go1.10!
1 parent 7c6107b commit a00349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latency.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (lc latencyCollector) collect(conn *as.Connection, ch chan<- prometheus.Met
7575
}
7676
ns, op, err := readNS(key)
7777
if err != nil {
78-
log.Print("weird latency key %q: %s", key, err)
78+
log.Printf("weird latency key %q: %s", key, err)
7979
continue
8080
}
8181
for threshold, data := range metrics {

0 commit comments

Comments
 (0)