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

Commit 37996b6c authored by Roberto Pereira's avatar Roberto Pereira
Browse files

trusty_keymaster_ipc: Use ALOGV instead of ALOGE for info/debug message

This message was originally ALOGV but got accidentally changed during a
refactoring in 81ebcb19

Bug:110153632
Test: VtsHalKeymasterV3_0TargetTest
Change-Id: Ibdfa0ab50cb8544c6f23c15049904f1741769647
parent 5d3edb14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ keymaster_error_t trusty_keymaster_send(uint32_t command, const keymaster::Seria
        // TODO(swillden): Distinguish permanent from transient errors and set error_ appropriately.
        return translate_error(rc);
    } else {
        ALOGE("Received %d byte response\n", rsp_size);
        ALOGV("Received %d byte response\n", rsp_size);
    }

    const uint8_t* p = recv_buf;