mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
particle: add missing argument to debug log
This commit is contained in:
parent
384e9d0849
commit
288428ca22
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ exposable_default_on_mouse(struct exposable *exposable, struct bar *bar,
|
||||||
_exit(0);
|
_exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_DBG("second pipe failed", _errno);
|
LOG_DBG("second pipe failed: %s (%d)", strerror(_errno), _errno);
|
||||||
_exit(_errno);
|
_exit(_errno);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue