Ephyr-Xv: add a new line to a log

* hw/kdrive/ephyr/ephyrvideo.c:
	  (ephyrQueryImageAttributes): add newline to log.
This commit is contained in:
Dodji Seketeli 2007-08-16 17:11:22 +02:00 committed by Dodji Seketeli
parent 47e6dff89e
commit 810dc55866

View File

@ -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") ;