Send more configuration info to the server
This commit is contained in:
@@ -119,6 +119,7 @@ import lombok.Data;
|
|||||||
public String toString() {
|
public String toString() {
|
||||||
String c = " CFG: ", n ="\n";
|
String c = " CFG: ", n ="\n";
|
||||||
return
|
return
|
||||||
|
c + "version: " + getJarVersion() + n +
|
||||||
c + "configFilePath: " + configFilePath + n +
|
c + "configFilePath: " + configFilePath + n +
|
||||||
c + "workingDirectory: " + workingDirectory + n +
|
c + "workingDirectory: " + workingDirectory + n +
|
||||||
c + "sharedDownloadsDirectory: " + sharedDownloadsDirectory + n +
|
c + "sharedDownloadsDirectory: " + sharedDownloadsDirectory + n +
|
||||||
|
|||||||
Reference in New Issue
Block a user