From 9d8ec183a20b574d5bc680756629799bb5de87b6 Mon Sep 17 00:00:00 2001 From: Bastian Gruber Date: Sun, 21 May 2023 15:51:31 +0200 Subject: [PATCH] Debug --- problem_06/src/frame.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/problem_06/src/frame.rs b/problem_06/src/frame.rs index cd5fadc..ba504f3 100644 --- a/problem_06/src/frame.rs +++ b/problem_06/src/frame.rs @@ -36,6 +36,7 @@ pub enum Error { impl ClientFrames { pub fn check(src: &mut Cursor<&[u8]>) -> Result<(), Error> { + info!("Checking message: {src:?}"); match get_u8(src)? { // Error: msg: str (Server -> Client) // 0x10 => {