Bugfix in lhs_sys_debug_wrapper
This commit is contained in:
parent
7ca1514699
commit
7be5b7e21c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Module ldl
|
||||||
UUID = DefaultUUID
|
UUID = DefaultUUID
|
||||||
EndIf
|
EndIf
|
||||||
If IsRegistered(UUID)
|
If IsRegistered(UUID)
|
||||||
Select Logger(UUID)\LogingFunction
|
Select Logger(UUID)\LogType
|
||||||
Case #SimpleLog
|
Case #SimpleLog
|
||||||
Define.Simple_Log Simple = Logger(UUID)\LogingFunction
|
Define.Simple_Log Simple = Logger(UUID)\LogingFunction
|
||||||
Simple(Output, Logger(UUID)\Debugger)
|
Simple(Output, Logger(UUID)\Debugger)
|
||||||
|
|
Loading…
Reference in a new issue