From a804d242d96a6e85e9d02984accea35bd3e14ac3 Mon Sep 17 00:00:00 2001 From: stansun Date: Sun, 27 Jul 2014 07:13:17 -0400 Subject: [PATCH] revise a comment If it gets a msg from the buffer chan, it will write the message to outputs. --- logs/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logs/log.go b/logs/log.go index bb737bfe..8e6c0308 100644 --- a/logs/log.go +++ b/logs/log.go @@ -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 {