diff --git a/yerpc/src/lib.rs b/yerpc/src/lib.rs index 38e3157..0a126b2 100644 --- a/yerpc/src/lib.rs +++ b/yerpc/src/lib.rs @@ -269,7 +269,7 @@ impl From for Error { fn from(error: anyhow::Error) -> Self { Self { code: -1, - message: format!("anyhow: {:#}", error), + message: format!("{:#}", error), data: None, } }