浏览代码

fix a typo

Darien Raymond 7 年之前
父节点
当前提交
2b8cc43cb4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/log/log.go

+ 1 - 1
app/log/log.go

@@ -112,7 +112,7 @@ func (g *Instance) Close() {
 	g.Lock()
 	defer g.Unlock()
 
-	g.active = true
+	g.active = false
 }
 
 func init() {