make the registration status outputs a bit nicer

This commit is contained in:
Volker Fischer 2020-04-19 20:31:04 +02:00
parent af2c04bd32
commit 36b7e058fd

View File

@ -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;