Fix Wformat build error 23/184623/1
authoryhji <yhji.lee@samsung.com>
Thu, 19 Jul 2018 09:10:17 +0000 (18:10 +0900)
committeryhji <yhji.lee@samsung.com>
Thu, 19 Jul 2018 09:10:17 +0000 (18:10 +0900)
Change-Id: I52a171c0dc82fc5f6b5ed28b2bff01102b95bcd7
Signed-off-by: yhji <yhji.lee@samsung.com>
src/tpl_surface.c

index 9c281ac..8c14e82 100644 (file)
@@ -121,7 +121,7 @@ tpl_surface_create_with_num_buffers(tpl_display_t *display, tpl_handle_t handle,
                                                                                        type, format,
                                                                                        num_buffers);
        if (surface) {
-               TPL_LOG_F("tpl_display_t(%p) tpl_surface_t(%p) native_handle(%p) format(%d)",
+               TPL_LOG_F("tpl_display_t(%p) tpl_surface_t(%p) native_handle(%p) format(%d)  num_buffers(%d)",
                                  display, surface, handle, format, num_buffers);
        } else
                TPL_ERR("Failed to create tpl_surface with native window(%p)", handle);