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 {