aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 3c3cd0e..cd0c306 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -66,7 +66,7 @@ fn get_email_body(email: &[u8]) -> Result<String, Box<dyn Error>> {
}
}
- Err("parse".into())
+ Err("unable to parse email body".into())
}
fn write_attribution(config: &str) -> Result<(), Box<dyn Error>> {