summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-08-05 23:04:33 +0000
committerIan Romanick <idr@us.ibm.com>2005-08-05 23:04:33 +0000
commit6620d141ebdb9dda3b0eb72462893ade0a4d6389 (patch)
tree7b02395e75468d1717b3fe679e28ba4d66679fba /src
parent6da51e9c6f589ffa78ed6a5da0548eb56ab90b7c (diff)
I have resolved this by making all the "Direct rendering disabled" messages
X_WARNING and all the "Direct rendering enabled" messages X_INFO. Ideally, we need to factor some of this stuff out to common code. There is a *LOT* of duplication among the *_dri.c files under programs/Xserver/hw/xfree86/drivers. I'm trying to clean up as much low hanging fruit as I can and got tired of waiting for ajax. :P
Diffstat (limited to 'src')
-rw-r--r--src/savage_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savage_driver.c b/src/savage_driver.c
index d317425..b67d195 100644
--- a/src/savage_driver.c
+++ b/src/savage_driver.c
@@ -3278,7 +3278,7 @@ static Bool SavageScreenInit(int scrnIndex, ScreenPtr pScreen,
if (psav->directRenderingEnabled) {
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Direct rendering enabled\n");
} else {
- xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Direct rendering disabled\n");
+ xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Direct rendering disabled\n");
}
#endif