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:
Sheepit Renderfarm
2023-07-30 21:36:27 +00:00

View File

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