Fixed upload transfer error not being logged

This commit is contained in:
veeso
2021-05-01 21:59:52 +02:00
parent f1225b1ff3
commit a35395bd51
4 changed files with 77 additions and 50 deletions

View File

@@ -68,7 +68,7 @@ pub enum HostErrorType {
/// ### HostError
///
/// HostError is a wrapper for the error type and the exact io error
#[derive(Debug)]
pub struct HostError {
pub error: HostErrorType,
ioerr: Option<std::io::Error>,