From 67d2de563a434ac4976dff53b41779db3299c279 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Wed, 25 Oct 2023 09:23:38 +0300 Subject: [PATCH] misc debug info --- hbs2-core/lib/HBS2/Net/Messaging/Encrypted/ByPass.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbs2-core/lib/HBS2/Net/Messaging/Encrypted/ByPass.hs b/hbs2-core/lib/HBS2/Net/Messaging/Encrypted/ByPass.hs index 67aff5dc..2aa0c026 100644 --- a/hbs2-core/lib/HBS2/Net/Messaging/Encrypted/ByPass.hs +++ b/hbs2-core/lib/HBS2/Net/Messaging/Encrypted/ByPass.hs @@ -298,7 +298,7 @@ instance (ForByPass e, Messaging w e ByteString) -- FIXME: check-code guard ( code == Just heySeed ) - debug $ "HEY CODE:" <+> pretty code + debug $ "HEY CODE:" <+> pretty orig <> pretty code guard (not (LBS.null hbs))