mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
node: add log message when boot is aborted
This commit is contained in:
parent
5f2002bbcc
commit
d354167678
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ func (n *Node) Start() error {
|
|||
service.Stop()
|
||||
}
|
||||
running.Stop()
|
||||
n.log.Error("Aborting startup", "error", err)
|
||||
return err
|
||||
}
|
||||
// Finish initializing the startup
|
||||
|
|
|
|||
Loading…
Reference in a new issue