Skip to content

Commit

Permalink
target v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpessolano committed Jul 22, 2020
1 parent 8214aa6 commit 856c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var BufDepth = 50 // buffer depth for the channel to the logger thread

// Internal variables
var declaredLogs map[int]logfile
var lock *sync.RWMutex
var lock sync.RWMutex
var loggerChan chan logMessage
var once sync.Once
var consoleLog = false
Expand Down

0 comments on commit 856c09e

Please sign in to comment.