N°7629: log changed

This commit is contained in:
odain
2026-01-12 12:46:57 +01:00
committed by Eric Espie
parent 36fc0fb0ea
commit 875b2f1f29

View File

@@ -190,7 +190,7 @@ class InterfaceDiscovery
}
if (count($aAutoloaderErrors) > 0) {
IssueLog::Debug(
__METHOD__." cannot load some of the autoloader files",
__METHOD__." cannot load some of the autoloader files: missing or corrupted",
LogChannels::CORE,
['autoloader_errors' => $aAutoloaderErrors]
);