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:
Chris Michael 2015-09-29 17:03:20 +03:00 committed by Pekka Paalanen
parent 5eb025a867
commit 90eea27f05

View File

@ -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;
}