This commit is contained in:
Klaus Basan
2019-11-11 02:32:44 +01:00
committed by Mat Sutcliffe
parent 90b57d82f4
commit 45c44eb0bf
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ namespace BlackGui
const CLoginMode mode = ui->comp_NetworkDetails->getLoginMode();
switch (mode.getLoginMode())
{
case CLoginMode::Observer: CLogMessage(this).info(u"login in observer mode"); break;
case CLoginMode::Observer: CLogMessage(this).info(u"Login in observer mode"); break;
default: break; // INetwork::LoginNormal
}