aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/ethereum.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereum/ethereum.go')
-rw-r--r--ethereum/ethereum.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/ethereum/ethereum.go b/ethereum/ethereum.go
index b5460ac69..c4d419d70 100644
--- a/ethereum/ethereum.go
+++ b/ethereum/ethereum.go
@@ -66,10 +66,9 @@ func main() {
log.SetOutput(logfile)
logSys = log.New(logfile, "", flags)
logger.AddLogSystem(logSys)
- }
- /*else {
+ } else {
logSys = log.New(os.Stdout, "", flags)
- }*/
+ }
ethchain.InitFees()