N°7629: log changed

This commit is contained in:
odain
2026-01-12 12:46:57 +01:00
parent 63e473e6d0
commit c3c2135ecc

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]
);