summaryrefslogtreecommitdiffstats
path: root/include/sec_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sec_utils.h')
-rw-r--r--include/sec_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sec_utils.h b/include/sec_utils.h
index 61980f0..3e41afe 100644
--- a/include/sec_utils.h
+++ b/include/sec_utils.h
@@ -130,7 +130,7 @@ inline int HAL_PIXEL_FORMAT_2_V4L2_PIX(int HAL_PIXEL_FORMAT)
break;
default:
- LOGE("%s::unmatched HAL_PIXEL_FORMAT color_space(0x%x)\n",
+ ALOGE("%s::unmatched HAL_PIXEL_FORMAT color_space(0x%x)\n",
__func__, HAL_PIXEL_FORMAT);
break;
}
@@ -219,7 +219,7 @@ inline int V4L2_PIX_2_HAL_PIXEL_FORMAT(int V4L2_PIX)
break;
default:
- LOGE("%s::unmatched V4L2_PIX color_space(%d)\n",
+ ALOGE("%s::unmatched V4L2_PIX color_space(%d)\n",
__func__, V4L2_PIX);
break;
}