compositor: log program launches
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
ca9b09d945
commit
df1fd36a14
@@ -140,6 +140,8 @@ weston_client_launch(struct weston_compositor *compositor,
|
|||||||
pid_t pid;
|
pid_t pid;
|
||||||
struct wl_client *client;
|
struct wl_client *client;
|
||||||
|
|
||||||
|
weston_log("launching '%s'\n", path);
|
||||||
|
|
||||||
if (os_socketpair_cloexec(AF_UNIX, SOCK_STREAM, 0, sv) < 0) {
|
if (os_socketpair_cloexec(AF_UNIX, SOCK_STREAM, 0, sv) < 0) {
|
||||||
weston_log("weston_client_launch: "
|
weston_log("weston_client_launch: "
|
||||||
"socketpair failed while launching '%s': %m\n",
|
"socketpair failed while launching '%s': %m\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user