aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2014-11-01 01:40:32 +0800
committerFelix Lange <fjl@twurst.com>2014-11-01 01:52:58 +0800
commitf3473312ba90b37b9a4100592a8c4d5d5bf245b7 (patch)
treeefc14c86ce3c9b45bcc09c84dc9fbed79c089cb9 /cmd
parent5af4ff985dc43b648bdc96394a3bd96d9658ae0a (diff)
downloaddexon-f3473312ba90b37b9a4100592a8c4d5d5bf245b7.tar
dexon-f3473312ba90b37b9a4100592a8c4d5d5bf245b7.tar.gz
dexon-f3473312ba90b37b9a4100592a8c4d5d5bf245b7.tar.bz2
dexon-f3473312ba90b37b9a4100592a8c4d5d5bf245b7.tar.lz
dexon-f3473312ba90b37b9a4100592a8c4d5d5bf245b7.tar.xz
dexon-f3473312ba90b37b9a4100592a8c4d5d5bf245b7.tar.zst
dexon-f3473312ba90b37b9a4100592a8c4d5d5bf245b7.zip
all: fix rename breakage
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index d7bc74c27..c78972bfe 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -26,7 +26,6 @@ import (
"github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/logger"
- "github.com/ethgo.old/ethlog"
)
const (
@@ -131,5 +130,5 @@ func main() {
// this blocks the thread
ethereum.WaitForShutdown()
- ethlog.Flush()
+ logger.Flush()
}