Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbdae124 authored by Andreas Schneider's avatar Andreas Schneider
Browse files

ril: Use debug log level and not error



Change-Id: I8f017cb181967790260183fd06d1226d303bd2b8
Signed-off-by: default avatarAndreas Schneider <asn@cryptomilk.org>
parent 7f605874
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {