From e5d41c430c1ee1af3166fcaebf3242f3d151bd81 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Tue, 13 Jun 2017 17:12:02 +0900 Subject: [PATCH] tbm_surface: used TBM_TRACE log in capture_buffer Change-Id: Ibad153d4dfb89a1c19fac1556a8e9995383fe88b --- src/tbm_surface_internal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tbm_surface_internal.c b/src/tbm_surface_internal.c index baaf7bd..c456e83 100644 --- a/src/tbm_surface_internal.c +++ b/src/tbm_surface_internal.c @@ -2027,7 +2027,7 @@ tbm_surface_internal_capture_buffer(tbm_surface_h surface, const char *path, con tbm_surface_unmap(surface); - TBM_LOG_I("Capture %s \n", file); + TBM_TRACE("Capture %s \n", file); return 1; } @@ -2059,7 +2059,7 @@ tbm_surface_internal_capture_shm_buffer(void *ptr, int w, int h, int stride, _tbm_surface_internal_dump_file_png(file, ptr, stride, h); - TBM_LOG_I("Capture %s \n", file); + TBM_TRACE("Capture %s \n", file); return 1; } -- 2.7.4