Update loadmod.c

This commit is contained in:
Collin 2025-06-30 15:21:11 -05:00 committed by GitHub
parent 8de65804ac
commit e0854fdb90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -422,6 +422,8 @@ CheckVersion(const char *module, XF86ModuleVersionInfo * data,
(strstr(data->vendor, "NVIDIA") != NULL || {
LoaderOptions |= LDR_OPT_ABI_MISMATCH_NONFATAL;
}
MessageType errtype;
LogMessage(X_INFO, "Module %s: vendor=\"%s\"\n",
data->modname ? data->modname : "UNKNOWN!",
data->vendor ? data->vendor : "UNKNOWN!");