From bab6395ded69210cbc550c0fb3765160e4405283 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 2 Oct 2012 10:44:23 +0200 Subject: Make sure that version info is print to log file --- xorg-server/hw/xwin/winprocarg.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'xorg-server/hw/xwin/winprocarg.c') diff --git a/xorg-server/hw/xwin/winprocarg.c b/xorg-server/hw/xwin/winprocarg.c index c90d5304a..f8c981a97 100644 --- a/xorg-server/hw/xwin/winprocarg.c +++ b/xorg-server/hw/xwin/winprocarg.c @@ -1199,18 +1199,16 @@ winLogCommandLine(int argc, char *argv[]) void winLogVersionInfo(void) { -#ifdef WINDBG static Bool s_fBeenHere = FALSE; if (s_fBeenHere) return; s_fBeenHere = TRUE; - winDebug ("Welcome to the VcXsrv X Server\n"); - winDebug ("Vendor: %s\n", XVENDORNAME); - winDebug ("Release: %d.%d.%d.%d\n\n", XORG_VERSION_MAJOR, - XORG_VERSION_MINOR, XORG_VERSION_PATCH, XORG_VERSION_SNAP); - winDebug ("%s\n\n", BUILDERSTRING); - winDebug ("Contact: %s\n\n", BUILDERADDR); -#endif + ErrorF ("Welcome to the VcXsrv X Server\n"); + ErrorF ("Vendor: %s\n", XVENDORNAME); + ErrorF ("Release: %d.%d.%d.%d\n\n", XORG_VERSION_MAJOR, + XORG_VERSION_MINOR, XORG_VERSION_PATCH, XORG_VERSION_SNAP); + ErrorF ("%s\n\n", BUILDERSTRING); + ErrorF ("Contact: %s\n\n", BUILDERADDR); } -- cgit v1.2.3