tbm_surface: used TBM_TRACE log in capture_buffer 37/133737/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 13 Jun 2017 08:12:02 +0000 (17:12 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 13 Jun 2017 08:12:02 +0000 (17:12 +0900)
Change-Id: Ibad153d4dfb89a1c19fac1556a8e9995383fe88b

src/tbm_surface_internal.c

index baaf7bd..c456e83 100644 (file)
@@ -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;
 }