1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 05:04:12 +00:00

Merge pull request #715 from MicroMoon/develop

revise a comment
This commit is contained in:
astaxie 2014-07-28 09:52:26 +08:00
commit 428aec1c24

View File

@ -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 {