core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21
This commit is contained in:
@ -104,7 +104,7 @@ func Fatalf(format string, args ...interface{}) {
|
||||
}
|
||||
|
||||
func StartEthereum(ethereum *eth.Ethereum) {
|
||||
glog.V(logger.Info).Infoln("Starting ", ethereum.Name())
|
||||
glog.V(logger.Info).Infoln("Starting", ethereum.Name())
|
||||
if err := ethereum.Start(); err != nil {
|
||||
Fatalf("Error starting Ethereum: %v", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user