Module Name: xsrc
Committed By: christos
Date: Sun Sep 18 02:05:38 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
There is no X_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.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/xf86-video-suncg14/dist/src/cg14_driver.c
diff -u xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.c:1.13 xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.c:1.14
--- xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.c:1.13 Fri Sep 16 17:16:37 2016
+++ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.c Sat Sep 17 22:05:38 2016
@@ -355,7 +355,7 @@ CG14PreInit(ScrnInfoPtr pScrn, int flags
if (len >= 24) {
memcpy(reg, ptr, 24);
size = reg[5];
- xf86Msg(X_DEBUG, "memsize from reg: %d MB\n", size >> 20);
+ xf86Msg(X_INFO, "memsize from reg: %d MB\n", size >> 20);
if (size > pCg14->memsize)
pCg14->memsize = size;
}