mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 05:18:01 +02:00
desktop-shell: print what failed on exec
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
e018b04c40
commit
a291ae55b0
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ panel_launcher_activate(struct panel_launcher *widget)
|
|||
return;
|
||||
|
||||
if (execl(widget->path, widget->path, NULL) < 0) {
|
||||
fprintf(stderr, "execl failed: %m\n");
|
||||
fprintf(stderr, "execl '%s' failed: %m\n", widget->path);
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue