derekf pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=24b277a040cb0aa0951e3be05d2a9bb97b9c432d

commit 24b277a040cb0aa0951e3be05d2a9bb97b9c432d
Author: Derek Foreman <[email protected]>
Date:   Mon Jan 9 08:30:25 2017 -0600

    dmabuf: Make failure a DBG instead of an ERR
    
    It's not really an error - fallback to shm will be attempted.
---
 src/modules/evas/engines/wayland_shm/evas_dmabuf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/engines/wayland_shm/evas_dmabuf.c 
b/src/modules/evas/engines/wayland_shm/evas_dmabuf.c
index 6107ccc..4f165d1 100644
--- a/src/modules/evas/engines/wayland_shm/evas_dmabuf.c
+++ b/src/modules/evas/engines/wayland_shm/evas_dmabuf.c
@@ -802,7 +802,7 @@ _evas_dmabuf_surface_create(Surface *s, int w, int h, int 
num_buff)
         surf->buffer[i] = _evas_dmabuf_buffer_init(surf, w, h);
         if (!surf->buffer[i])
           {
-             ERR("Could not create buffers");
+             DBG("Could not create buffers");
              /* _init() handled surface cleanup when it failed */
              return EINA_FALSE;
           }

-- 


Reply via email to