Moved logging to logger.Core

This commit is contained in:
obscuren
2015-04-04 13:24:01 +02:00
parent 218bfeb60e
commit 1889727144
6 changed files with 12 additions and 12 deletions

View File

@ -209,7 +209,7 @@ func (self *StateDB) GetOrNewStateObject(addr common.Address) *StateObject {
// NewStateObject create a state object whether it exist in the trie or not
func (self *StateDB) newStateObject(addr common.Address) *StateObject {
if glog.V(logger.Debug) {
if glog.V(logger.Core) {
glog.Infof("(+) %x\n", addr)
}