Fix log message using undeclared variable
Bug: None Test: Compiled with LOG_FATAL() enabled Change-Id: Iffb709d2bc923bc7428abb1ee326f0ed147c38df
This commit is contained in:
parent
a6c17a6875
commit
3d2b8d63b5
1 changed files with 1 additions and 2 deletions
|
@ -686,8 +686,7 @@ protected:
|
||||||
uint16_t* outLength)
|
uint16_t* outLength)
|
||||||
{
|
{
|
||||||
if (mCommandEnd) {
|
if (mCommandEnd) {
|
||||||
LOG_FATAL("endCommand was not called before command 0x%x",
|
LOG_FATAL("endCommand was not called for last command");
|
||||||
command);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr uint32_t opcode_mask =
|
constexpr uint32_t opcode_mask =
|
||||||
|
|
Loading…
Reference in a new issue