ril: Use debug log level and not error

Change-Id: I8f017cb181967790260183fd06d1226d303bd2b8
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
tirimbino
Andreas Schneider 9 years ago
parent d806de9248
commit 822b70bd53
  1. 2
      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)

Loading…
Cancel
Save