From 6ed86a3ea0259de74660d7b9546ca9747049b667 Mon Sep 17 00:00:00 2001 From: Diego Nieto Cid Date: Tue, 3 Aug 2010 13:02:09 -0300 Subject: Use vfprintf in debug_printf and write to stderr. --- console-client/xkb/xkb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console-client') diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c index 079d8f16..e84ded06 100644 --- a/console-client/xkb/xkb.c +++ b/console-client/xkb/xkb.c @@ -111,7 +111,7 @@ debug_printf (const char *f, ...) va_start (ap, f); #ifdef XKB_DEBUG - ret = printf (f, ap); + ret = vfprintf (stderr, f, ap); #endif va_end (ap); -- cgit v1.2.3