From 810dc55866d1c2343512354646c7ab309ea1fad2 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 16 Aug 2007 17:11:22 +0200 Subject: [PATCH] Ephyr-Xv: add a new line to a log * hw/kdrive/ephyr/ephyrvideo.c: (ephyrQueryImageAttributes): add newline to log. --- hw/kdrive/ephyr/ephyrvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/ephyr/ephyrvideo.c b/hw/kdrive/ephyr/ephyrvideo.c index 0c003519d..3c28f0d38 100644 --- a/hw/kdrive/ephyr/ephyrvideo.c +++ b/hw/kdrive/ephyr/ephyrvideo.c @@ -1075,7 +1075,7 @@ ephyrQueryImageAttributes (KdScreenInfo *a_info, EPHYR_LOG_ERROR ("EphyrHostXVQueryImageAttributes() failed\n") ; goto out ; } - EPHYR_LOG ("image size: %d, dim (%dx%d)", image_size, *a_w, *a_h) ; + EPHYR_LOG ("image size: %d, dim (%dx%d)\n", image_size, *a_w, *a_h) ; out: EPHYR_LOG ("leave\n") ;