mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #336 Convenience methods to create validation messages.
This commit is contained in:
@@ -237,7 +237,7 @@ namespace BlackGui
|
||||
CServer server = this->ps_selectedServerFromTextboxes();
|
||||
if (!server.isValidForLogin())
|
||||
{
|
||||
CLogMessage(CLogCategory::validation()).error("Wrong settings for server");
|
||||
CLogMessage().validationWarning("Wrong settings for server");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user