mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Added with() and withValidation() methods in CLogCategoryList.
This commit is contained in:
@@ -218,7 +218,7 @@ namespace BlackMisc
|
||||
newMsgs.append(msg.getMessage());
|
||||
CStatusMessage::StatusSeverity ms = msg.getSeverity();
|
||||
if (s < ms) { s = ms; }
|
||||
cats = cats.join(msg.getCategories());
|
||||
cats.push_back(msg.getCategories());
|
||||
}
|
||||
const CStatusMessage newMsg(cats, s, newMsgs.join(", "));
|
||||
return newMsg;
|
||||
|
||||
Reference in New Issue
Block a user