core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21

This commit is contained in:
obscuren
2015-05-15 23:53:41 +02:00
parent 79fa05867f
commit 7ea76fcf99
4 changed files with 3 additions and 7 deletions

View File

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