Bugfix for trace bug#: 2984991

falling back to english text for scenarios text. 
- Also added more error checking and commented out some excessive debug output statements.
This commit is contained in:
Mark Vejvoda
2010-04-11 01:25:06 +00:00
parent ac6deedd93
commit af87e53bbe
17 changed files with 522 additions and 239 deletions

View File

@@ -975,8 +975,7 @@ void ServerSocket::listen(int connectionQueueSize)
throwException(szBuf);
}
broadCastThread = new BroadCastSocketThread();
broadCastThread->start();
startBroadCastThread();
}