Ian Campbell writes ("Re: [PATCH] xl: Change output from xl -N create to be 
more useful"):
> On Fri, 2015-06-26 at 15:29 +0100, Ian Jackson wrote:
...
> > -    if (debug || dom_info->dryrun)
> > -        printf_info(default_output_format, -1, &d_config,
> > -                    debug ? stderr : stdout);
> > +    if (debug || dom_info->dryrun) {
> > +        FILE *cfg_print_fh = debug ? stderr : stdout;
> 
> Did you mean to use this instead of the hardcoded stdout below?
> 
> Otherwise the debug output's location differs depending on the format,
> which seems unexpected.

This is indeed wrong.  Well spotted.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to