multicall: remove program name prefixes from log and error messages

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964f65a0f1e473a50abfa985365ad8f1fa1
This commit is contained in:
raf 2025-10-09 14:44:29 +03:00
commit 78fa23a764
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 17 additions and 23 deletions

View file

@ -130,7 +130,7 @@ fn report_error<T>(
#[allow(clippy::too_many_lines)] // whatever
fn main() {
// Multicall dispatch: stash-copy, stash-paste, wl-copy, wl-paste
// Multicall dispatch: stash-copy, stash-paste, wl-copy, wl-paste
if crate::multicall::multicall_dispatch() {
// If handled, exit immediately
std::process::exit(0);