From 6395873ea9a9ccc4ddb840e295a025a3cb931a62 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 31 Mar 2015 09:14:27 +0200 Subject: [PATCH] Xephyr: Fix compile when debugging is enabled Signed-off-by: Egbert Eich Reviewed-by: Keith Packard Signed-off-by: Keith Packard (cherry picked from commit 66212ca0d2f194fd16db65e863f0a2d613e180ea) --- hw/kdrive/ephyr/hostx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/ephyr/hostx.c b/hw/kdrive/ephyr/hostx.c index 6a8a1ef98..992930d85 100644 --- a/hw/kdrive/ephyr/hostx.c +++ b/hw/kdrive/ephyr/hostx.c @@ -798,7 +798,7 @@ hostx_screen_init(KdScreenInfo *screen, } EPHYR_DBG("host_screen=%p x=%d, y=%d, wxh=%dx%d, buffer_height=%d", - host_screen, x, y, width, height, buffer_height); + screen, x, y, width, height, buffer_height); if (scrpriv->ximg != NULL) { /* Free up the image data if previously used