action: improve printing
authorBrian Norris <banorris@uci.edu>
Thu, 11 Oct 2012 02:24:29 +0000 (19:24 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 11 Oct 2012 02:24:29 +0000 (19:24 -0700)
commita2176c7545c29b28598bb252718cf080a3463665
tree9bde4ecf9923b19d8a085e8951fd1539603a7a97
parentb2079b62d3578a75e342c012716aa214e3228d42
action: improve printing

The 'value' field of a ModelAction might actually represent a signed
number, a pointer, or something else entirely, so values look very huge
and uninformative when printed, especially in decimal. Hexadecimal
representation makes everything a little more readable, I think.

While I'm at it, I adjust the spacing a little and make VALUE_NONE into
a different magic number which is more recognizable in hex.
action.cc
action.h