1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-21 21:27:16 +02:00
This commit is contained in:
SparkLee 2021-09-17 04:27:34 +08:00 committed by GitHub
parent 04bc0e63ba
commit 09969457e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

@ -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)
}
}
}