summaryrefslogtreecommitdiff
path: root/src/bin/obnam.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/obnam.rs')
-rw-r--r--src/bin/obnam.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/obnam.rs b/src/bin/obnam.rs
index 8778a73..c163695 100644
--- a/src/bin/obnam.rs
+++ b/src/bin/obnam.rs
@@ -29,7 +29,7 @@ fn main() -> anyhow::Result<()> {
};
if let Err(ref e) = result {
- error!("{}", e);
+ error!("command failed: {}", e);
eprintln!("ERROR: {}", e);
result?
}