Skip to content

Commit abfc005

Browse files
committed
Use log.Println for the listener
1 parent 0dd38b7 commit abfc005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func main() {
9898
}
9999
}()
100100

101-
log.Printf("exporter listening on: %s", listener.Addr().String())
101+
log.Println("exporter listening on:", listener.Addr().String())
102102
<-stp
103103
h.Shutdown(ctx)
104104
}

0 commit comments

Comments
 (0)