misc debug info

This commit is contained in:
Dmitry Zuikov 2023-10-25 09:39:33 +03:00
parent 67d2de563a
commit de3000e1ae
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ instance (ForByPass e, Messaging w e ByteString)
-- FIXME: check-code -- FIXME: check-code
guard ( code == Just heySeed ) guard ( code == Just heySeed )
debug $ "HEY CODE:" <+> pretty orig <> pretty code debug $ "HEY CODE:" <> parens (pretty code) <+> pretty orig
guard (not (LBS.null hbs)) guard (not (LBS.null hbs))