mirror of
https://github.com/NotAShelf/stash.git
synced 2026-06-11 15:43:25 +00:00
clipboard: downgrade error logging to debug for expected failures
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ic1cca0d0212b9b3611da8ca3f9c6fb326a6a6964
This commit is contained in:
parent
4055adb896
commit
cf207d0a3d
3 changed files with 11 additions and 10 deletions
|
|
@ -196,8 +196,7 @@ fn serve_clipboard_child(prepared: PreparedCopy) {
|
|||
},
|
||||
|
||||
Err(e) => {
|
||||
log::error!("clipboard persistence: serve failed: {e}");
|
||||
exit(1);
|
||||
log::debug!("clipboard persistence: serve ended: {e}");
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue