Shut the server down if we were unable to initialize it.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1616 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-07-25 20:24:02 +00:00
parent 1877aacb3b
commit d06aeb2cc7
@@ -1,5 +1,5 @@
//
// $Id: PresentsServer.java,v 1.22 2002/05/28 23:14:06 mdb Exp $
// $Id: PresentsServer.java,v 1.23 2002/07/25 20:24:02 mdb Exp $
package com.threerings.presents.server;
@@ -172,6 +172,7 @@ public class PresentsServer
} catch (Exception e) {
Log.warning("Unable to initialize server.");
Log.logStackTrace(e);
System.exit(-1);
}
}
}