Skip to content

Commit f90a6fa

Browse files
committed
Don't swallow text of Error::Other
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
1 parent 68673c8 commit f90a6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imageproxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub enum Error {
5656
#[error("configuration error")]
5757
/// Conflicting or missing configuration
5858
Configuration(Box<str>),
59-
#[error("error")]
59+
#[error("other error: {0}")]
6060
/// An unknown other error
6161
Other(Box<str>),
6262
}

0 commit comments

Comments
 (0)