[PATCH] xfree86: Loader: Don't print loader 'magic'.
Jesse Adkins
jesserayadkins at gmail.com
Sun Aug 1 16:01:22 PDT 2010
xorg_symbols has nothing to do with module loading.
Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>
---
hw/xfree86/loader/loader.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/hw/xfree86/loader/loader.c b/hw/xfree86/loader/loader.c
index 6a4c089..086ab33 100644
--- a/hw/xfree86/loader/loader.c
+++ b/hw/xfree86/loader/loader.c
@@ -117,7 +117,6 @@ _LoaderListPop(int handle)
void
LoaderInit(void)
{
- xf86MsgVerb(X_INFO, 2, "Loader magic: %p\n", (void *)xorg_symbols);
xf86MsgVerb(X_INFO, 2, "Module ABI versions:\n");
xf86ErrorFVerb(2, "\t%s: %d.%d\n", ABI_CLASS_ANSIC,
GET_ABI_MAJOR(LoaderVersionInfo.ansicVersion),
--
1.7.0.4
More information about the xorg-devel
mailing list