a804d242 by stansun

revise a comment

If it gets a msg from the buffer chan, it will write the message to
outputs.
1 parent ee9749d6
...@@ -164,7 +164,7 @@ func (bl *BeeLogger) EnableFuncCallDepth(b bool) { ...@@ -164,7 +164,7 @@ func (bl *BeeLogger) EnableFuncCallDepth(b bool) {
164 } 164 }
165 165
166 // start logger chan reading. 166 // start logger chan reading.
167 // when chan is full, write logs. 167 // when chan is not empty, write logs.
168 func (bl *BeeLogger) startLogger() { 168 func (bl *BeeLogger) startLogger() {
169 for { 169 for {
170 select { 170 select {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!