Bugfix in lhs_sys_debug_wrapper

This commit is contained in:
René Linder 2023-03-29 10:21:08 +02:00
parent 7ca1514699
commit 7be5b7e21c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Module ldl
UUID = DefaultUUID
EndIf
If IsRegistered(UUID)
Select Logger(UUID)\LogingFunction
Select Logger(UUID)\LogType
Case #SimpleLog
Define.Simple_Log Simple = Logger(UUID)\LogingFunction
Simple(Output, Logger(UUID)\Debugger)