projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9335ca5
)
xwayland: Cleanup error message on spawn failure Signed-off-by: Bryce Harrington...
author
Bryce Harrington
<bryce@osg.samsung.com>
Wed, 6 Jul 2016 22:18:46 +0000
(15:18 -0700)
committer
Bryce Harrington
<bryce@osg.samsung.com>
Thu, 7 Jul 2016 17:48:34 +0000
(10:48 -0700)
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
compositor/xwayland.c
patch
|
blob
|
history
diff --git
a/compositor/xwayland.c
b/compositor/xwayland.c
index 9fa76001ef4efc195c95c3ec2a07493a6394a936..9881cd9c134619b4c75f9fd2ec337ac1585095b0 100644
(file)
--- a/
compositor/xwayland.c
+++ b/
compositor/xwayland.c
@@
-146,7
+146,7
@@
spawn_xserver(void *user_data, const char *display, int abstract_fd, int unix_fd
break;
case -1:
- weston_log(
"failed to fork
\n");
+ weston_log(
"Failed to fork to spawn xserver process
\n");
break;
}