mirror of
https://github.com/NotAShelf/stash.git
synced 2026-06-11 23:53:23 +00:00
treewide: improve logging; get rid of unwrap()s
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a696442ff25c3f65bb2d5f68e0d78a569fd76
This commit is contained in:
parent
b0820a1940
commit
254c288111
11 changed files with 324 additions and 69 deletions
|
|
@ -7,5 +7,6 @@ pub trait QueryCommand {
|
|||
impl QueryCommand for SledClipboardDb {
|
||||
fn query_delete(&self, query: &str) {
|
||||
<SledClipboardDb as ClipboardDb>::delete_query(self, query);
|
||||
log::info!("Entries matching query '{}' deleted", query);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue