You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (System.getProperty("ignoreSystemRequirements") == null) {
@@ -266,7 +266,7 @@ public static void injectedMain(final String injectionMethod, final String[] arg
266
266
thrownewRuntimeException("Failed to load CLI arguments", e);
267
267
}
268
268
} elseif (firstStart) {
269
-
Logger.LOGGER.info("This is the first start of ViaProxy. Please configure the settings in the " + viaProxyConfigFile.getName() + " file and restart ViaProxy.");
269
+
Logger.LOGGER.info("This is the first start of ViaProxy. Please configure the settings in the {} file and restart ViaProxy.", viaProxyConfigFile.getName());
270
270
System.exit(0);
271
271
}
272
272
@@ -289,7 +289,7 @@ public static void startProxy() {
0 commit comments