lower log level for something

This commit is contained in:
voidlizard 2025-08-24 17:01:14 +03:00
parent eb6d450d95
commit 70e7639dcf
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ lwwRefProto :: forall e s m proto . ( MonadIO m
-> LWWRefProto e -> m () -> LWWRefProto e -> m ()
lwwRefProto adapter pkt@(LWWRefProto1 req) = do lwwRefProto adapter pkt@(LWWRefProto1 req) = do
debug $ yellow "lwwRefProto" trace $ yellow "lwwRefProto"
case req of case req of
LWWProtoGet key -> deferred @proto $ void $ runMaybeT do LWWProtoGet key -> deferred @proto $ void $ runMaybeT do