summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-03 14:31:13 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-03 14:31:13 -0400
commite993728f7ee618d34163c127231881aec1637ca2 (patch)
tree8a41f5aee30538ed0ad87ba948bd194c81159527
parent46a0254b5a0bffe8c57322b085bcd38f893e4b27 (diff)
Don't print the resource list on failure.
If this ever happens it should be printed from the server at any rate.
-rw-r--r--src/atipreinit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/atipreinit.c b/src/atipreinit.c
index f89f5b7..2b84a6c 100644
--- a/src/atipreinit.c
+++ b/src/atipreinit.c
@@ -561,8 +561,7 @@ ATIPreInit
if (pResources)
{
xf86DrvMsg(pScreenInfo->scrnIndex, X_ERROR,
- "Unable to register the following bus resources:\n");
- xf86PrintResList(0, pResources);
+ "Unable to register bus resources\n");
xf86FreeResList(pResources);
return FALSE;
}