mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-23 21:29:27 +02:00
fix typo (#1490)
This commit is contained in:
parent
04bc0e63ba
commit
09969457e2
2
app.go
2
app.go
@ -116,7 +116,7 @@ func (a *App) Run() error {
|
||||
case <-c:
|
||||
err := a.Stop()
|
||||
if err != nil {
|
||||
a.opts.logger.Errorf("failed to app stop: %v", err)
|
||||
a.opts.logger.Errorf("failed to stop app: %v", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user