diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-16 04:17:23 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-16 04:17:23 +0800 |
commit | 2ac292dc7ada20d64188b9d35f23600e4642021b (patch) | |
tree | 8dd51cf78bbda7d0ef1a654a3bc4ec11aacfa3f8 /ethereal | |
parent | 3a2bddc160ece4dcb6d2d5bcc85091d244e774c0 (diff) | |
parent | 6a78e080e645753ffe3e3bef0b09e71a2469c564 (diff) | |
download | dexon-2ac292dc7ada20d64188b9d35f23600e4642021b.tar dexon-2ac292dc7ada20d64188b9d35f23600e4642021b.tar.gz dexon-2ac292dc7ada20d64188b9d35f23600e4642021b.tar.bz2 dexon-2ac292dc7ada20d64188b9d35f23600e4642021b.tar.lz dexon-2ac292dc7ada20d64188b9d35f23600e4642021b.tar.xz dexon-2ac292dc7ada20d64188b9d35f23600e4642021b.tar.zst dexon-2ac292dc7ada20d64188b9d35f23600e4642021b.zip |
Merge branch 'feature/otto' into develop
Diffstat (limited to 'ethereal')
-rw-r--r-- | ethereal/ethereum.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/ethereum.go b/ethereal/ethereum.go index 98fab18e3..206971b41 100644 --- a/ethereal/ethereum.go +++ b/ethereal/ethereum.go @@ -39,7 +39,7 @@ func main() { runtime.GOMAXPROCS(runtime.NumCPU()) ethchain.InitFees() - ethutil.ReadConfig(DataDir) + ethutil.ReadConfig(DataDir, ethutil.LogFile|ethutil.LogStd) // Instantiated a eth stack ethereum, err := eth.New(eth.CapDefault, UseUPnP) |