Commit 42d43147 authored by obscuren's avatar obscuren

Changed log statements

parent 93008e27
...@@ -103,7 +103,7 @@ func (self *State) GetOrNewStateObject(addr []byte) *StateObject { ...@@ -103,7 +103,7 @@ func (self *State) GetOrNewStateObject(addr []byte) *StateObject {
func (self *State) NewStateObject(addr []byte) *StateObject { func (self *State) NewStateObject(addr []byte) *StateObject {
addr = ethutil.Address(addr) addr = ethutil.Address(addr)
statelogger.Infof("(+) %x\n", addr) statelogger.Debugf("(+) %x\n", addr)
stateObject := NewStateObject(addr) stateObject := NewStateObject(addr)
self.stateObjects[string(addr)] = stateObject self.stateObjects[string(addr)] = stateObject
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment