mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-04 12:03:43 +02:00
cmd/antelope-api-healtcheck/main.go: srv.Run() does not only return error on server shutdown. so modify the message.
This commit is contained in:
parent
550cabc64b
commit
adf9508197
1 changed files with 1 additions and 1 deletions
|
|
@ -201,6 +201,6 @@ func main() {
|
||||||
|
|
||||||
// Run server
|
// Run server
|
||||||
if err := srv.Run(); err != nil {
|
if err := srv.Run(); err != nil {
|
||||||
logger.Error("Server failed to shutdown", "message", err)
|
logger.Error("Server error", "error", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue