From 822b70bd53178d75372902b643256a0f05767d0e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 23 Oct 2015 08:36:26 +0200 Subject: [PATCH] ril: Use debug log level and not error Change-Id: I8f017cb181967790260183fd06d1226d303bd2b8 Signed-off-by: Andreas Schneider --- ril/libril/ril.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ril/libril/ril.cpp b/ril/libril/ril.cpp index 32170145..c61bd04a 100644 --- a/ril/libril/ril.cpp +++ b/ril/libril/ril.cpp @@ -2142,7 +2142,7 @@ sendResponseRaw (const void *data, size_t dataSize, RIL_SOCKET_ID socket_id) { pthread_mutex_t * writeMutexHook = &s_writeMutex; #if VDBG - RLOGE("Send Response to %s", rilSocketIdToString(socket_id)); + RLOGD("Send Response to %s", rilSocketIdToString(socket_id)); #endif #if (SIM_COUNT >= 2)