add log statement to solution

This commit is contained in:
Mirabellensaft 2022-01-10 14:47:34 +01:00
parent b1feb995e5
commit 700947c83b

View file

@ -90,6 +90,7 @@ impl Request {
Err(())
}
} else {
defmt::println!("unhandled case in `Request` parser");
Err(())
}
}