mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-19 22:48:10 +02:00
Ephyr-Xv: add a new line to a log
* hw/kdrive/ephyr/ephyrvideo.c: (ephyrQueryImageAttributes): add newline to log.
This commit is contained in:
parent
47e6dff89e
commit
810dc55866
1 changed files with 1 additions and 1 deletions
|
|
@ -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") ;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue