mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T525 Avoid directly calling getLogCategories.
This commit is contained in:
@@ -493,7 +493,7 @@ namespace BlackCore
|
||||
CStatusMessage m = m_updateInfo.set(updateInfo, lastModified);
|
||||
if (m.isFailure())
|
||||
{
|
||||
m.addCategories(getLogCategories());
|
||||
m.addCategories(this);
|
||||
CLogMessage::preformatted(m);
|
||||
this->manageUpdateInfoAvailability(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user