aboutsummaryrefslogtreecommitdiffstats
path: root/light/state.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2017-02-15 17:14:44 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2017-02-15 17:14:44 +0800
commitc8695fae359aa327da9203a57ffaf4f2d47d4370 (patch)
tree1ea2f6f687f75d99e019133beddf6aef63881afe /light/state.go
parenta973d1d5233bbd36cbaed0b7235311d4cd529580 (diff)
downloaddexon-c8695fae359aa327da9203a57ffaf4f2d47d4370.tar
dexon-c8695fae359aa327da9203a57ffaf4f2d47d4370.tar.gz
dexon-c8695fae359aa327da9203a57ffaf4f2d47d4370.tar.bz2
dexon-c8695fae359aa327da9203a57ffaf4f2d47d4370.tar.lz
dexon-c8695fae359aa327da9203a57ffaf4f2d47d4370.tar.xz
dexon-c8695fae359aa327da9203a57ffaf4f2d47d4370.tar.zst
dexon-c8695fae359aa327da9203a57ffaf4f2d47d4370.zip
logger: remove Core verbosity level (#3659)
Diffstat (limited to 'light/state.go')
-rw-r--r--light/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/light/state.go b/light/state.go
index f8b75c588..b6cefc9b9 100644
--- a/light/state.go
+++ b/light/state.go
@@ -239,7 +239,7 @@ func (self *LightState) GetOrNewStateObject(ctx context.Context, addr common.Add
// newStateObject creates a state object whether it exists in the state or not
func (self *LightState) newStateObject(addr common.Address) *StateObject {
- if glog.V(logger.Core) {
+ if glog.V(logger.Debug) {
glog.Infof("(+) %x\n", addr)
}