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

Commit 3d2b8d63 authored by Daniel Nicoara's avatar Daniel Nicoara
Browse files

Fix log message using undeclared variable

Bug: None
Test: Compiled with LOG_FATAL() enabled
Change-Id: Iffb709d2bc923bc7428abb1ee326f0ed147c38df
parent a6c17a68
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 =