Re: [Xen-devel] [PATCH RFC] xl_cmdimpl.c: Fix printf usage

2016-10-14 Thread George Dunlap
On 12/10/16 19:52, Ronald Rojas wrote: > Change instances of printf, fprintf, and LOG where the specifier > used is '%d' to be '%u' for domid. > > Signed-off-by: Ronald Rojas Code looks good, thanks! A couple of minor adjustments to the patch itself: First, the traditional "tag" for this would

[Xen-devel] [PATCH RFC] xl_cmdimpl.c: Fix printf usage

2016-10-12 Thread Ronald Rojas
Change instances of printf, fprintf, and LOG where the specifier used is '%d' to be '%u' for domid. Signed-off-by: Ronald Rojas --- tools/libxl/xl_cmdimpl.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_