From 53781fa7ced41df99ba1d3c4b10fa04d5247fcc3 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Wed, 16 Jun 2021 14:17:50 +0900 Subject: [PATCH] tbm_bo: remove error log. Change-Id: Id8928e5abbfea8873e55f2e79e1f3b5059f2dc9f --- src/tbm_bo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tbm_bo.c b/src/tbm_bo.c index 58d832b..daefd18 100644 --- a/src/tbm_bo.c +++ b/src/tbm_bo.c @@ -428,8 +428,6 @@ tbm_bo_alloc_with_format(tbm_bufmgr bufmgr, int format, int bo_idx, int width, bo->bo_data = tbm_module_bufmgr_bo_alloc_with_format(bufmgr->module, format, bo_idx, width, height, bpp, flags, error); if (!bo->bo_data) { /* LCOV_EXCL_START */ - TBM_ERR("tbm_module_bufmgr_bo_alloc_with_format failed. fmt:%d idx:%d wxh:%dx%d mem_types:%s\n", - format, bo_idx, width, height, _tbm_flag_to_str(flags)); _tbm_set_last_result(*error); /* LCOV_EXCL_STOP */ goto fail; -- 2.7.4