Browse Source

fix a typo

Darien Raymond 7 years ago
parent
commit
2b8cc43cb4
1 changed files with 1 additions and 1 deletions
  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() {