From 94fcb7e5d36ea49f132654257ae8aa9bccb83b76 Mon Sep 17 00:00:00 2001 From: Joonbum Ko Date: Fri, 10 Apr 2020 14:30:04 +0900 Subject: [PATCH] Added debug log for checking the value of sync_fd. Change-Id: Idd4654ef86bd9f699998749bb93d87992d943331 Signed-off-by: Joonbum Ko --- src/tpl_wayland_egl_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tpl_wayland_egl_thread.c b/src/tpl_wayland_egl_thread.c index fbdc44b..2ebfa74 100755 --- a/src/tpl_wayland_egl_thread.c +++ b/src/tpl_wayland_egl_thread.c @@ -3555,7 +3555,7 @@ twe_surface_set_sync_fd(twe_surface_h twe_surface, surf_source->sync_info.sync_fd = sync_fd; surf_source->sync_info.tbm_surface = tbm_surface; surf_source->use_sync_fence = TPL_TRUE; - TPL_DEBUG("set sync fd | surf_source(%p) tbm_surface(%p) sync_fd(%d)", + TPL_DEBUG("[SET_SYNC_FD] surf_source(%p) tbm_surface(%p) sync_fd(%d)", surf_source, tbm_surface, sync_fd); g_mutex_unlock(&surf_source->surf_mutex); -- 2.7.4