Commit 22fa59f1 authored by obscuren's avatar obscuren

moved to detail

parent d2e75cc9
...@@ -199,7 +199,7 @@ func (self *BlockPool) Start() { ...@@ -199,7 +199,7 @@ func (self *BlockPool) Start() {
case <-self.quit: case <-self.quit:
return return
case <-timer.C: case <-timer.C:
plog.Debugf("status:\n%v", self.Status()) plog.DebugDetailf("status:\n%v", self.Status())
} }
} }
}() }()
......
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