compositor-wayland: Terminate weston_log error message
Signed-off-by: Chris Michael <cp.michael@samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com> [Pekka: manually applied] Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
committed by
Pekka Paalanen
parent
5eb025a867
commit
90eea27f05
@@ -1158,7 +1158,7 @@ wayland_output_create_for_parent_output(struct wayland_backend *b,
|
|||||||
mode = container_of(poutput->mode_list.next,
|
mode = container_of(poutput->mode_list.next,
|
||||||
struct weston_mode, link);
|
struct weston_mode, link);
|
||||||
} else {
|
} else {
|
||||||
weston_log("No valid modes found. Skipping output");
|
weston_log("No valid modes found. Skipping output\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user