mirror of https://github.com/voidlizard/hbs2
lower log level for something
This commit is contained in:
parent
eb6d450d95
commit
70e7639dcf
|
@ -53,7 +53,7 @@ lwwRefProto :: forall e s m proto . ( MonadIO m
|
|||
-> LWWRefProto e -> m ()
|
||||
|
||||
lwwRefProto adapter pkt@(LWWRefProto1 req) = do
|
||||
debug $ yellow "lwwRefProto"
|
||||
trace $ yellow "lwwRefProto"
|
||||
|
||||
case req of
|
||||
LWWProtoGet key -> deferred @proto $ void $ runMaybeT do
|
||||
|
|
Loading…
Reference in New Issue