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:
Michael Bayne
2009-09-10 19:42:18 +00:00
parent 179c66f46a
commit 05e37f4f42
@@ -198,7 +198,6 @@ public class PresentsServer
*/
protected void openToThePublic ()
{
log.info("Opening the gates");
_conmgr.start();
}