make the registration status outputs a bit nicer
This commit is contained in:
parent
af2c04bd32
commit
36b7e058fd
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ void CServerListManager::SetSvrRegStatus ( ESvrRegStatus eNSvrRegStatus )
|
|||
{
|
||||
// output regirstation result/update on the console
|
||||
QTextStream& tsConsoleStream = *( ( new ConsoleWriterFactory() )->get() );
|
||||
tsConsoleStream << "Server Registration Status update:" << svrRegStatusToString ( eNSvrRegStatus ) << endl;
|
||||
tsConsoleStream << "Server Registration Status update: " << svrRegStatusToString ( eNSvrRegStatus ) << endl;
|
||||
|
||||
// store the state and inform the GUI about the new status
|
||||
eSvrRegStatus = eNSvrRegStatus;
|
||||
|
|
Loading…
Reference in a new issue