On Mon, Sep 25, 2017 at 11:45:51AM +0100, Daniel P. Berrange wrote:
Seeing a log message saying 'flags=93' is ambiguous &
confusing unless
you happen to know that libvirt always prints flags as hex. Change our
debug messages so that they always add a '0x' prefix when printing flags,
and '0' prefix when printing mode. A few other misc places gain a '0x'
prefix in error messages too.
Thanks, this is useful. I always have to pause a bit, and `grep` around
to remind myself that they're in hex.
[...]
Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com>
FWIW:
Acked-by: Kashyap Chamarthy <kchamart(a)redhat.com>
[...]
131 files changed, 552 insertions(+), 552 deletions(-)
[...]
--
/kashyap