Fix log message using undeclared variable

Bug: None
Test: Compiled with LOG_FATAL() enabled
Change-Id: Iffb709d2bc923bc7428abb1ee326f0ed147c38df
This commit is contained in:
Daniel Nicoara 2017-01-10 11:01:29 -05:00
parent a6c17a6875
commit 3d2b8d63b5

View file

@ -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 =