aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-12 04:55:54 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-12 04:55:54 -0400
commit3884ac4c0543329e8da96485e6ae626cb6a16a22 (patch)
treec5552fb86e5920fd7328e9f7c86d0cc8fd3a9c18 /src/error.rs
parent201d2d40cac8760fb69b9282ba2a4f9f7ec82d47 (diff)
downloadrbw-3884ac4c0543329e8da96485e6ae626cb6a16a22.tar.gz
rbw-3884ac4c0543329e8da96485e6ae626cb6a16a22.zip
better error message
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index 6a5244f..71c8285 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -10,7 +10,7 @@ pub enum Error {
Decrypt { source: block_modes::BlockModeError },
#[snafu(display("failed to parse pinentry output ({:?})", out,))]
- FailedToParsePinentry { out: Vec<u8> },
+ FailedToParsePinentry { out: String },
// no Error impl
// #[snafu(display("failed to expand with hkdf: {}", source))]