mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-20 11:50:40 +02:00
Include module name in "already built-in" message
This commit is contained in:
parent
5138f710a1
commit
e523859a95
1 changed files with 1 additions and 1 deletions
|
|
@ -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, 0, "Module already built-in\n");
|
||||
xf86MsgVerb(X_INFO, 0, "Module \"%s\" already built-in\n", module);
|
||||
return (ModuleDescPtr) 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue