mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +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(())
|
Err(())
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
log::warn!("unhandled case in `Request` parser");
|
||||||
Err(())
|
Err(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue