commit | 3d2b8d63b54a3bb688e53b2355402c2352d93ec7 | [log] [tgz] |
---|---|---|
author | Daniel Nicoara <dnicoara@google.com> | Tue Jan 10 11:01:29 2017 -0500 |
committer | Daniel Nicoara <dnicoara@google.com> | Fri Jan 13 10:19:00 2017 -0500 |
tree | c81bb11cf769e394376536f62b44dcc6b4c4b376 | |
parent | a6c17a687511bb0028c715b5b3dfc5d4c865346f [diff] |
Fix log message using undeclared variable Bug: None Test: Compiled with LOG_FATAL() enabled Change-Id: Iffb709d2bc923bc7428abb1ee326f0ed147c38df
diff --git a/graphics/composer/2.1/default/IComposerCommandBuffer.h b/graphics/composer/2.1/default/IComposerCommandBuffer.h index 7e14f19..65e7799 100644 --- a/graphics/composer/2.1/default/IComposerCommandBuffer.h +++ b/graphics/composer/2.1/default/IComposerCommandBuffer.h
@@ -686,8 +686,7 @@ 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 =