summaryrefslogtreecommitdiffstats
path: root/ril
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-10-23 08:36:26 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-10-23 16:03:40 +0200
commit822b70bd53178d75372902b643256a0f05767d0e (patch)
treea49609a9af03b787d4f6db73fce7f80ca207df8a /ril
parentd806de9248f4be87115416caee5af242594cf369 (diff)
downloadandroid_hardware_samsung-822b70bd53178d75372902b643256a0f05767d0e.tar.gz
android_hardware_samsung-822b70bd53178d75372902b643256a0f05767d0e.tar.bz2
android_hardware_samsung-822b70bd53178d75372902b643256a0f05767d0e.zip
ril: Use debug log level and not error
Change-Id: I8f017cb181967790260183fd06d1226d303bd2b8 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'ril')
-rw-r--r--ril/libril/ril.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ril/libril/ril.cpp b/ril/libril/ril.cpp
index 3217014..c61bd04 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)