Module Name:    xsrc
Committed By:   macallan
Date:           Wed Feb 20 04:00:48 UTC 2013

Modified Files:
        xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd:
            bsd_VTsw.c

Log Message:
remove debug spam


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsd_VTsw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsd_VTsw.c
diff -u xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsd_VTsw.c:1.2 xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsd_VTsw.c:1.3
--- xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsd_VTsw.c:1.2	Wed Feb 20 03:57:37 2013
+++ xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsd_VTsw.c	Wed Feb 20 04:00:47 2013
@@ -69,7 +69,6 @@ xf86VTSwitchAway()
 #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)
 	if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
 #ifdef WSCONS_SUPPORT
-		xf86Msg(X_ERROR, "KD_TEXT\n");
 		ioctl(xf86Info.consoleFd, KDSETMODE, KD_TEXT);
 #endif
 		xf86Info.vtRequestsPending = FALSE;
@@ -88,7 +87,6 @@ xf86VTSwitchTo()
 #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)
 	if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
 #ifdef WSCONS_SUPPORT
-		xf86Msg(X_ERROR, "KD_GRAPHICS\n");
 		ioctl(xf86Info.consoleFd, KDSETMODE, KD_GRAPHICS);
 #endif
 		xf86Info.vtRequestsPending = FALSE;

Reply via email to