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:
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,
|
||||
struct weston_mode, link);
|
||||
} else {
|
||||
weston_log("No valid modes found. Skipping output");
|
||||
weston_log("No valid modes found. Skipping output\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user