Signed-off-by: Olaf Hering <o...@aepfle.de>
Acked-by: George Dunlap <george.dun...@eu.citrix.com>
Acked-by: Wei Liu <wei.l...@citrix.com>
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>
---
 tools/xentrace/xenalyze.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c
index 51a2d1d..58e8456 100644
--- a/tools/xentrace/xenalyze.c
+++ b/tools/xentrace/xenalyze.c
@@ -3740,7 +3740,7 @@ void hvm_mmio_assist_postprocess(struct hvm_data *h)
         static int warned = 0;
         if (!warned)
         {
-            fprintf(stderr, "%s: Strange, MMIO with unexpected exit reason 
%d\n",
+            fprintf(warn, "%s: Strange, MMIO with unexpected exit reason %d\n",
                     __func__, h->exit_reason);
             warned=1;
         }

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

Reply via email to