From e993728f7ee618d34163c127231881aec1637ca2 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 3 Oct 2008 14:31:13 -0400 Subject: Don't print the resource list on failure. If this ever happens it should be printed from the server at any rate. --- src/atipreinit.c | 3 +-- 1 file changed, 1 insertion(+), 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; } -- cgit v1.2.3