From cbdae1245db5faf4ae40f0f6d988fad2b023d6ee Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 23 Oct 2015 08:36:26 +0200 Subject: 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 3275332..92c9cb7 100644 --- a/ril/libril/ril.cpp +++ b/ril/libril/ril.cpp @@ -2133,7 +2133,7 @@ sendResponseRaw (const void *data, size_t dataSize, RIL_SOCKET_ID socket_id) { uint32_t header; pthread_mutex_t * writeMutexHook = &s_writeMutex; - RLOGE("Send Response to %s", rilSocketIdToString(socket_id)); + RLOGD("Send Response to %s", rilSocketIdToString(socket_id)); #if (SIM_COUNT >= 2) if (socket_id == RIL_SOCKET_2) { -- cgit v1.2.3