From 27275e57af0bf648079b9ec3c0a8d73e0dc83ace Mon Sep 17 00:00:00 2001 From: "joonbum.ko" Date: Mon, 10 Apr 2017 13:21:52 +0900 Subject: [PATCH] wayland-egl: Changed an ERR_LOG to normal log when wl_egl_window already has been rotated. Change-Id: I10f8fe00be29cdfb24c0c3a6962091d87dbca4c6 Signed-off-by: joonbum.ko --- src/wayland-egl/wayland-egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-egl/wayland-egl.c b/src/wayland-egl/wayland-egl.c index 46d47a0..475bf7c 100644 --- a/src/wayland-egl/wayland-egl.c +++ b/src/wayland-egl/wayland-egl.c @@ -150,7 +150,7 @@ wl_egl_window_set_rotation(struct wl_egl_window *egl_window, } if (egl_window->rotation == rotation) { - WL_EGL_ERR("rotation value is same"); + WL_EGL_LOG(2, "rotation(%d) egl_window->rotation(%d) already rotated"); return; } -- 2.7.4