runelite: add startup log with versions and arguments

This commit is contained in:
Adam
2020-06-17 11:23:53 -04:00
committed by Adam
parent c720cda68d
commit 5ab4c76c8c
@@ -257,6 +257,10 @@ public class RuneLite
PROFILES_DIR.mkdirs();
log.info("RuneLite {} (launcher version {}) starting up, args: {}",
RuneLiteProperties.getVersion(), RuneLiteProperties.getLauncherVersion() == null ? "unknown" : RuneLiteProperties.getLauncherVersion(),
args.length == 0 ? "none" : String.join(" ", args));
final long start = System.currentTimeMillis();
injector = Guice.createInjector(new RuneLiteModule(