Include version in boot message
This commit is contained in:
@@ -19,7 +19,7 @@ public class Velocity {
|
|||||||
|
|
||||||
public static void main(String... args) {
|
public static void main(String... args) {
|
||||||
startTime = System.currentTimeMillis();
|
startTime = System.currentTimeMillis();
|
||||||
logger.info("Booting up Velocity...");
|
logger.info("Booting up Velocity {}...", Velocity.class.getPackage().getImplementationVersion());
|
||||||
|
|
||||||
VelocityServer server = new VelocityServer();
|
VelocityServer server = new VelocityServer();
|
||||||
server.start();
|
server.start();
|
||||||
|
Reference in New Issue
Block a user