mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
ril: Use debug log level and not error
Change-Id: I8f017cb181967790260183fd06d1226d303bd2b8 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
d806de9248
commit
822b70bd53
1 changed files with 1 additions and 1 deletions
|
@ -2142,7 +2142,7 @@ sendResponseRaw (const void *data, size_t dataSize, RIL_SOCKET_ID socket_id) {
|
||||||
pthread_mutex_t * writeMutexHook = &s_writeMutex;
|
pthread_mutex_t * writeMutexHook = &s_writeMutex;
|
||||||
|
|
||||||
#if VDBG
|
#if VDBG
|
||||||
RLOGE("Send Response to %s", rilSocketIdToString(socket_id));
|
RLOGD("Send Response to %s", rilSocketIdToString(socket_id));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (SIM_COUNT >= 2)
|
#if (SIM_COUNT >= 2)
|
||||||
|
|
Loading…
Reference in a new issue