mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
eth/catalyst: add log
This commit is contained in:
parent
2403c901c2
commit
85d3117c59
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ func (tester *FullSyncTester) Start() error {
|
||||||
|
|
||||||
if tester.exitWhenSynced {
|
if tester.exitWhenSynced {
|
||||||
go tester.stack.Close() // async since we need to close ourselves
|
go tester.stack.Close() // async since we need to close ourselves
|
||||||
|
log.Info("Terminating the node")
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue