mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -343,7 +343,7 @@ namespace BlackMisc
|
||||
StatusSeverity severity = stringToSeverity(severityText);
|
||||
|
||||
typeText = u"swift.db.type." % typeText.toLower().remove(' ');
|
||||
const CStatusMessage m({ CLogCategory::swiftDbWebservice(), CLogCategory(typeText)}, severity, msgText);
|
||||
const CStatusMessage m({ CLogCategories::swiftDbWebservice(), typeText}, severity, msgText);
|
||||
return m;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user