Added version to user agent info, and other minor fixes
This commit is contained in:
@ -46,6 +46,8 @@ public class Main {
|
||||
if (System.getProperty("org.slf4j.simpleLogger.logFile") == null)
|
||||
System.setProperty("org.slf4j.simpleLogger.logFile", "./jabit.log");
|
||||
|
||||
System.out.println("Version: " + BitmessageContext.getVersion());
|
||||
|
||||
CmdLineOptions options = new CmdLineOptions();
|
||||
CmdLineParser parser = new CmdLineParser(options);
|
||||
try {
|
||||
|
Reference in New Issue
Block a user