Using wrong log level in extension to built-in message
was: typo in built-in module log message (cherry picked from commit 00cfd1f765895b4d1b2234f3203727a8871b64b0)
This commit is contained in:
parent
deda7791df
commit
97a2c2579c
|
@ -869,7 +869,7 @@ doLoadModule(const char *module, const char *path, const char **subdirlist,
|
||||||
for (cim = compiled_in_modules; *cim; cim++)
|
for (cim = compiled_in_modules; *cim; cim++)
|
||||||
if (!strcmp (module, *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;
|
return (ModuleDescPtr) 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue