layers:Use ptr to cmd buffer object in log_msg
authorTobin Ehlis <tobine@google.com>
Mon, 21 Nov 2016 22:15:52 +0000 (15:15 -0700)
committerTobin Ehlis <tobine@google.com>
Tue, 22 Nov 2016 20:20:46 +0000 (13:20 -0700)
commitfefa20333f94ea75877cca53d0631542cd9d0432
treecb40be4128b12fefc642494fb25302c30b28b877
parenta9d7bfa63753662a895f61c2f2dc920d606a1ec2
layers:Use ptr to cmd buffer object in log_msg

This new error was incorrectly referencing the ptr to the cb_node,
which is internal validation state, instead of the cmd buffer object
that the node wraps.
layers/core_validation.cpp