Commit a804d242 authored by stansun's avatar stansun

revise a comment

If it gets a msg from the buffer chan, it will write the message to
outputs.
parent ee9749d6
......@@ -164,7 +164,7 @@ func (bl *BeeLogger) EnableFuncCallDepth(b bool) {
}
// start logger chan reading.
// when chan is full, write logs.
// when chan is not empty, write logs.
func (bl *BeeLogger) startLogger() {
for {
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