xenstore: fix print format string
authorNorbert Manthey <nmanthey@amazon.de>
Fri, 26 Feb 2021 14:41:36 +0000 (15:41 +0100)
committerJulien Grall <jgrall@amazon.com>
Wed, 3 Mar 2021 18:12:05 +0000 (18:12 +0000)
commit5c4634f22696bc609c96f0754832268ed1247059
treef146993ea2465c45704645b8b913b8126a2da56d
parent0bdaa8b035ec9fbdfd4e4f25f0577016c94b7a50
xenstore: fix print format string

Use the correct format specifier for unsigned values. Additionally, a
cast was dropped, as the format specifier did not require it anymore.

This was reported by analysis with cppcheck.

Signed-off-by: Norbert Manthey <nmanthey@amazon.de>
Reviewed-by: Thomas Friebel <friebelt@amazon.de>
Reviewed-by: Julien Grall <jgrall@amazon.co.uk>
Reviewed-by: Juergen Gross <jgross@suse.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
tools/xenstore/xs_tdb_dump.c