Skip to content
Snippets Groups Projects
Unverified Commit fb9bd346 authored by Timo Kösters's avatar Timo Kösters
Browse files

improvement: better warnings when server is unreachable

parent c1bc70ae
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ pub enum Error { ...@@ -34,7 +34,7 @@ pub enum Error {
#[from] #[from]
source: image::error::ImageError, source: image::error::ImageError,
}, },
#[error("Could not connect to server.")] #[error("Could not connect to server: {source}")]
ReqwestError { ReqwestError {
#[from] #[from]
source: reqwest::Error, source: reqwest::Error,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment