mirror of
https://github.com/fafhrd91/actix-net
synced 2025-09-01 06:07:16 +02:00
s/e/err
This commit is contained in:
@@ -77,8 +77,8 @@ where
|
||||
});
|
||||
Ok(())
|
||||
}
|
||||
Err(e) => {
|
||||
error!("Can not convert to an async tcp stream: {}", e);
|
||||
Err(err) => {
|
||||
error!("Can not convert to an async tcp stream: {}", err);
|
||||
Err(())
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user