From 7be5b7e21c7b709957cc912c758bf1151acc9f0c Mon Sep 17 00:00:00 2001 From: Ground0 Date: Wed, 29 Mar 2023 10:21:08 +0200 Subject: [PATCH] Bugfix in lhs_sys_debug_wrapper --- SYS/lhs_sys_debug_wrapper.pbi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SYS/lhs_sys_debug_wrapper.pbi b/SYS/lhs_sys_debug_wrapper.pbi index 972e464..c78d0f1 100644 --- a/SYS/lhs_sys_debug_wrapper.pbi +++ b/SYS/lhs_sys_debug_wrapper.pbi @@ -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)