diff --git a/pom.xml b/pom.xml index e50e30283..892144598 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-admin - 6.13.21 + 6.13.12-alpha-234-SNAPSHOT UTF-8 diff --git a/src/main/java/com/uid2/admin/Main.java b/src/main/java/com/uid2/admin/Main.java index 91dd9e902..5ff5f551e 100644 --- a/src/main/java/com/uid2/admin/Main.java +++ b/src/main/java/com/uid2/admin/Main.java @@ -355,7 +355,7 @@ public void run() { public static void main(String[] args) { final String vertxConfigPath = System.getProperty(Const.Config.VERTX_CONFIG_PATH_PROP); if (vertxConfigPath != null) { - LOGGER.info("Running CUSTOM CONFIG mode, config: {}", vertxConfigPath); + LOGGER.info("hello there Running CUSTOM CONFIG mode, config: {}", vertxConfigPath); } else if (!Utils.isProductionEnvironment()) { LOGGER.info("Running LOCAL DEBUG mode, config: {}", Const.Config.LOCAL_CONFIG_PATH); System.setProperty(Const.Config.VERTX_CONFIG_PATH_PROP, Const.Config.LOCAL_CONFIG_PATH);