weston-launcher: Add missing newline in error message
This commit is contained in:
committed by
Kristian Høgsberg
parent
0c4445ba57
commit
566b46467f
+1
-1
@@ -96,7 +96,7 @@ weston_launcher_open(struct weston_compositor *compositor,
|
|||||||
|
|
||||||
data = (union cmsg_data *) CMSG_DATA(cmsg);
|
data = (union cmsg_data *) CMSG_DATA(cmsg);
|
||||||
if (data->fd == -1) {
|
if (data->fd == -1) {
|
||||||
fprintf(stderr, "missing drm fd in socket request");
|
fprintf(stderr, "missing drm fd in socket request\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user