[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20090707.git98c012f7-57-g9918e08

Thomas White taw at bitwiz.org.uk
Fri Jan 8 13:25:03 UTC 2010


The following commit has been merged in the master branch:
commit 48f66451ac799520659b0739222cc1d0f6f65f09
Author: Thomas White <taw at bitwiz.org.uk>
Date:   Tue Aug 25 17:49:13 2009 +0100

    Change a message from X_WARNING to X_INFO

diff --git a/src/glamo-kms-exa.c b/src/glamo-kms-exa.c
index fa80d98..a7950c8 100644
--- a/src/glamo-kms-exa.c
+++ b/src/glamo-kms-exa.c
@@ -596,8 +596,8 @@ void GlamoKMSExaInit(ScrnInfoPtr pScrn)
 	ExaDriverPtr exa;
 	int i;
 
-	xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
-			"EXA hardware acceleration initialising\n");
+	xf86DrvMsg(pScrn->scrnIndex, X_INFO,
+	           "EXA hardware acceleration initialising\n");
 
 	exa = exaDriverAlloc();
 	if ( !exa ) return;

-- 
xf86-video-glamo, SMedia Glamo video driver for X.Org



More information about the pkg-fso-commits mailing list