We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd38b7 commit abfc005Copy full SHA for abfc005
1 file changed
main.go
@@ -98,7 +98,7 @@ func main() {
98
}
99
}()
100
101
- log.Printf("exporter listening on: %s", listener.Addr().String())
+ log.Println("exporter listening on:", listener.Addr().String())
102
<-stp
103
h.Shutdown(ctx)
104
0 commit comments