Skip to content

Commit

Permalink
fix logs line
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot committed Feb 12, 2021
1 parent 310db58 commit 30f6420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenexporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func main() {
}
}()

fmt.Printf("ETHexporter has started on port %v using Geth server: %v\n", port, gethUrl)
fmt.Printf("TOKENexporter has started on port %v using Geth server: %v\n", port, gethUrl)
http.HandleFunc("/metrics", MetricsHttp)
panic(http.ListenAndServe("0.0.0.0:"+port, nil))
}
Expand Down

0 comments on commit 30f6420

Please sign in to comment.