Commit 428aec1c authored by astaxie's avatar astaxie

Merge pull request #715 from MicroMoon/develop

revise a comment
parents 7ddd2034 a804d242
...@@ -164,7 +164,7 @@ func (bl *BeeLogger) EnableFuncCallDepth(b bool) { ...@@ -164,7 +164,7 @@ func (bl *BeeLogger) EnableFuncCallDepth(b bool) {
} }
// start logger chan reading. // start logger chan reading.
// when chan is full, write logs. // when chan is not empty, write logs.
func (bl *BeeLogger) startLogger() { func (bl *BeeLogger) startLogger() {
for { for {
select { select {
......
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