Bugfix
This commit is contained in:
parent
6c85e4dff9
commit
155a57b135
1 changed files with 1 additions and 2 deletions
|
@ -142,7 +142,6 @@ Module lhs_log_ext
|
|||
EndIf
|
||||
Wend
|
||||
EndIf
|
||||
|
||||
EndProcedure
|
||||
|
||||
|
||||
|
@ -228,7 +227,7 @@ Module lhs_log_ext
|
|||
If IsFile(File_ID)
|
||||
Repeat
|
||||
WaitSemaphore(Logger(MyUUID)\WorkerSemaphore)
|
||||
If Exit = 1
|
||||
If Logger(MyUUID)\Exit = 1
|
||||
LockMutex(Logger(MyUUID)\Mutex)
|
||||
If ListSize(Logger(MyUUID)\Messages()) > 0
|
||||
Repeat
|
||||
|
|
Loading…
Reference in a new issue