Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed May 26, 2024
1 parent 23ed615 commit c0f36e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func run(ctx context.Context, srv *http.Server) error {
go func() {
<-ctx.Done()
if err := srv.Shutdown(context.Background()); err != nil {
slog.Error("error shutting down the echo server", slog.String("err", err.Error()))
slog.Error("error shutting down the http server", slog.String("err", err.Error()))
}
}()

Expand Down

0 comments on commit c0f36e2

Please sign in to comment.