forked from external/yambar
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);
|
||||
}
|
||||
|
||||
LOG_DBG("second pipe failed", _errno);
|
||||
LOG_DBG("second pipe failed: %s (%d)", strerror(_errno), _errno);
|
||||
_exit(_errno);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue