diff --git a/src/error.rs b/src/error.rs index 8142967..69b8bb4 100644 --- a/src/error.rs +++ b/src/error.rs @@ -33,7 +33,7 @@ pub enum MyError { #[error("Couldn't sign string, {0}")] Rsa(rsa::errors::Error), - #[error("Couldn't do the json thing")] + #[error("Couldn't do the json thing, {0}")] Json(#[from] serde_json::Error), #[error("Couldn't build signing string, {0}")]