summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-18 09:27:25 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-19 19:58:31 +0200
commit248e5ab7518746c0ac43747040290e9b5d138028 (patch)
treefead573f0f298758c913d01566de9edc682ebf22 /src/bin
parent45f4145573035a6485f565cacf16c6a39c36dbd5 (diff)
downloadobnam2-248e5ab7518746c0ac43747040290e9b5d138028.tar.gz
feat: back up and restore Unix domain sockets
Diffstat (limited to 'src/bin')
-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?
}