Trace error on retrieve failure
This commit is contained in:
parent
9f8a648600
commit
dc2a5f703f
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ pub fn retrieve(rt: &Runtime) {
|
|||
.map(|e| print_entry(rt, scmd, e))
|
||||
.map_err(|e| {
|
||||
debug!("No entry.");
|
||||
debug!("{}", e);
|
||||
debug!("{}:", e);
|
||||
trace_error(&e);
|
||||
})
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue