commit | bbbc75d3a753e333fb5d8e392bd47bdd054652f5 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Oct 22 06:53:09 2018 -0700 |
committer | Greg Kaiser <gkaiser@google.com> | Mon Oct 22 06:53:09 2018 -0700 |
tree | b3b85767758b1b85fe33748431dd16310dc7e1ee | |
parent | 45fdf1f90968795fba45004cb739637e7d6a9173 [diff] |
HintManager: Fix verbose message output The << bitshift operator has a higher precedence than the ternary ?: conditional operator. Thus, we need to use parentheses to make sure we get "true" or "false" output as desired. Test: TreeHugger Change-Id: Iaa6e3e36e4944aa535b10490624332efba8f8a2f