Commit aaa703d6 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Minor - changed version to beta, added shutdown msg to serr


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@125 b35dd754-fafc-0310-a699-88a17e54d16e
parent 415c188a
......@@ -503,6 +503,7 @@ public abstract class BootstrapContainer implements Container, ServiceLookupProv
shutdownContainer();
}
Log.info("Server halted");
System.err.println("Server halted");
}
}
......
......@@ -98,7 +98,7 @@ public class BasicServer
name = "127.0.0.1";
}
version = new Version(2, 0, 0, Version.ReleaseStatus.Release, 1);
version = new Version(2, 0, 0, Version.ReleaseStatus.Beta, 1);
initialized = true;
}
catch (UnauthorizedException e) {
......
......@@ -32,7 +32,7 @@ import java.io.File;
public class ServerStarter {
public static void main(String [] args) {
new ServerStarter().start();
new ServerStarter().start();
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment