summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/loadmod.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2007-04-16 09:39:47 -0700
committerKeith Packard <keithp@neko.keithp.com>2007-04-16 11:52:58 -0700
commit97a2c2579c56c304705c934f3b536473645747df (patch)
tree778b7a17a534987d971a00db1f0cc433bd2268c3 /hw/xfree86/loader/loadmod.c
parentdeda7791dfa34d0563c8d7fa2a0660ac27e6858c (diff)
Using wrong log level in extension to built-in message
was: typo in built-in module log message (cherry picked from commit 00cfd1f765895b4d1b2234f3203727a8871b64b0)
Diffstat (limited to 'hw/xfree86/loader/loadmod.c')
-rw-r--r--hw/xfree86/loader/loadmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c
index db12da466..6a1c65e4a 100644
--- a/hw/xfree86/loader/loadmod.c
+++ b/hw/xfree86/loader/loadmod.c
@@ -869,7 +869,7 @@ doLoadModule(const char *module, const char *path, const char **subdirlist,
for (cim = compiled_in_modules; *cim; cim++)
if (!strcmp (module, *cim))
{
- xf86MsgVerb(X_INFO, 3, "Module already built-in\n");
+ xf86MsgVerb(X_INFO, 0, "Module already built-in\n");
return (ModuleDescPtr) 1;
}