Skip to content

Commit

Permalink
Fix a small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Nov 29, 2023
1 parent da9489a commit a86f950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func main() {
if err != nil {
log.Fatalf("failed to listen on %#v", listenAddr)
}
slog.Info("start listening on %s", listenAddr)
slog.Info(fmt.Sprintf("start listening on %s", listenAddr))
proxy := *proxyFlag
if proxy == "" {
log.Fatalf("no upstearm proxy specified")
Expand Down

0 comments on commit a86f950

Please sign in to comment.