mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7629: log changed
This commit is contained in:
@@ -190,7 +190,7 @@ class InterfaceDiscovery
|
|||||||
}
|
}
|
||||||
if (count($aAutoloaderErrors) > 0) {
|
if (count($aAutoloaderErrors) > 0) {
|
||||||
IssueLog::Debug(
|
IssueLog::Debug(
|
||||||
__METHOD__." cannot load some of the autoloader files",
|
__METHOD__." cannot load some of the autoloader files: missing or corrupted",
|
||||||
LogChannels::CORE,
|
LogChannels::CORE,
|
||||||
['autoloader_errors' => $aAutoloaderErrors]
|
['autoloader_errors' => $aAutoloaderErrors]
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user