Merge branch 'debug/more-info' into 'master'
Send more configuration info to the server See merge request sheepitrenderfarm/client!225
This commit is contained in:
@@ -119,6 +119,7 @@ import lombok.Data;
|
||||
public String toString() {
|
||||
String c = " CFG: ", n ="\n";
|
||||
return
|
||||
c + "version: " + getJarVersion() + n +
|
||||
c + "configFilePath: " + configFilePath + n +
|
||||
c + "workingDirectory: " + workingDirectory + n +
|
||||
c + "sharedDownloadsDirectory: " + sharedDownloadsDirectory + n +
|
||||
|
||||
Reference in New Issue
Block a user