Skip to content

Commit

Permalink
chore: optimize grpc link (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl authored Jan 1, 2025
1 parent f6ab8f6 commit 245f598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (app *Application) Run(host ...string) error {
if err != nil {
return err
}
color.Successln("[GRPC] Listening and serving gRPC on " + host[0])
color.Green().Println("[GRPC] Listening on: " + host[0])
if err := app.server.Serve(listen); err != nil {
return err
}
Expand Down

0 comments on commit 245f598

Please sign in to comment.