mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-11-15 21:21:11 +00:00
add warn log statement to Request parser
This commit is contained in:
parent
1310e1aa6d
commit
8a4f299a07
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ impl Request {
|
|||
Err(())
|
||||
}
|
||||
} else {
|
||||
log::warn!("unhandled case in `Request` parser");
|
||||
Err(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue