mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
5
This commit is contained in:
parent
9a9339a13d
commit
605a81d391
1 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ import (
|
|||
"github.com/ethereum/go-ethereum/crypto"
|
||||
"github.com/ethereum/go-ethereum/ethdb"
|
||||
"github.com/ethereum/go-ethereum/event"
|
||||
"github.com/ethereum/go-ethereum/logger"
|
||||
"github.com/ethereum/go-ethereum/logger/glog"
|
||||
"github.com/ethereum/go-ethereum/params"
|
||||
"github.com/ethereum/go-ethereum/trie"
|
||||
|
|
@ -55,7 +54,7 @@ func init() {
|
|||
go io.Copy(buf, r)
|
||||
os.Stderr = w
|
||||
|
||||
glog.SetV(logger.InfoLevel)
|
||||
glog.SetV(3)
|
||||
glog.SetToStderr(true)
|
||||
|
||||
fmt.Println("3")
|
||||
|
|
|
|||
Loading…
Reference in a new issue