[PATCH] compositor-wayland: Terminate weston_log error message
Pekka Paalanen
ppaalanen at gmail.com
Tue Sep 29 07:05:46 PDT 2015
On Tue, 29 Sep 2015 08:15:26 -0500
Derek Foreman <derekf at osg.samsung.com> wrote:
> On 28/09/15 02:29 PM, Chris Michael wrote:
> > Please find attached patch to fix issue with weston_log message not
> > ending with a return
> >
Hi,
please use git-send-email the next time, this patch does not apply as is.
I did the change manually and recorded you as the author.
> >
> >
> > From 8de51c0e54d6a60a5c326ec3af1c0134044be5ce Mon Sep 17 00:00:00 2001
> > From: Chris Michael <cp.michael at samsung.com>
> > Date: Mon, 28 Sep 2015 15:24:18 -0400
> > Subject: [PATCH] compositor-wayland: Terminate weston_log error message
> >
> > Signed-off-by: Chris Michael <cp.michael at samsung.com>
>
> Reviewed-by: Derek Foreman <derekf at osg.samsung.com>
Pushed:
5eb025a..90eea27 master -> master
Thanks,
pq
>
> > ---
> > src/compositor-wayland.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c
> > index 900c331..7b11ae4 100644
> > --- a/src/compositor-wayland.c
> > +++ b/src/compositor-wayland.c
> > @@ -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;
> > }
> >
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 811 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20150929/6aa81f68/attachment-0001.sig>
More information about the wayland-devel
mailing list