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

Commit 6633f75d authored by Daniel Nicoara's avatar Daniel Nicoara Committed by Android (Google) Code Review
Browse files

Merge "Fix log message using undeclared variable"

parents a4863456 3d2b8d63
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -686,8 +686,7 @@ protected:
            uint16_t* outLength)
    {
        if (mCommandEnd) {
            LOG_FATAL("endCommand was not called before command 0x%x",
                    command);
            LOG_FATAL("endCommand was not called for last command");
        }

        constexpr uint32_t opcode_mask =