bug fix
This commit is contained in:
parent
66d9e0c2e9
commit
9fa54452ec
@ -109,7 +109,7 @@ func output(level int, showline, showlv, dowrite, doshow bool, strlog string) {
|
|||||||
}
|
}
|
||||||
if dowrite {
|
if dowrite {
|
||||||
lock.Add(1)
|
lock.Add(1)
|
||||||
go write(logs)
|
write(logs)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user