On Thu, May 7, 2015 at 11:35 AM, Olaf Hering <o...@aepfle.de> wrote:
> Signed-off-by: Olaf Hering <o...@aepfle.de>
> Cc: Ian Jackson <ian.jack...@eu.citrix.com>
> Cc: Stefano Stabellini <stefano.stabell...@eu.citrix.com>
> Cc: Ian Campbell <ian.campb...@citrix.com>
> Cc: Wei Liu <wei.l...@citrix.com>

Acked-by: George Dunlap <george.dun...@eu.citrix.com>

> ---
>  tools/xentrace/xenalyze/xenalyze.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/xentrace/xenalyze/xenalyze.c 
> b/tools/xentrace/xenalyze/xenalyze.c
> index 5f0757b..51a2d1d 100644
> --- a/tools/xentrace/xenalyze/xenalyze.c
> +++ b/tools/xentrace/xenalyze/xenalyze.c
> @@ -5435,7 +5435,7 @@ void hvm_process(struct pcpu_info *p)
>              hvm_vmentry_process(ri, &p->current->hvm);
>              break;
>          default:
> -            fprintf(warn, "Unknown hvm event: %x", ri->event);
> +            fprintf(warn, "Unknown hvm event: %x\n", ri->event);
>          }
>      }
>  }
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

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

Reply via email to