runelite: add startup log with versions and arguments

This commit is contained in:
Adam
2020-06-16 13:52:01 -04:00
committed by Adam
parent c720cda68d
commit 5ab4c76c8c

View File

@@ -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(