This log message is not strictly necessary. The connection manager immediately
logs that it's listening on its configured ports, when start() is called. It does so on a separate thread, but I don't believe the subtle ordering possibilities there are something that's actually causing/likely to cause problems and/or needs to be called out. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5947 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -198,7 +198,6 @@ public class PresentsServer
|
|||||||
*/
|
*/
|
||||||
protected void openToThePublic ()
|
protected void openToThePublic ()
|
||||||
{
|
{
|
||||||
log.info("Opening the gates");
|
|
||||||
_conmgr.start();
|
_conmgr.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user