Send more configuration info to the server

This commit is contained in:
Sheepit Renderfarm
2023-07-30 21:36:27 +00:00
parent 5450985586
commit d7664991f3

View File

@@ -119,7 +119,8 @@ import lombok.Data;
public String toString() {
String c = " CFG: ", n ="\n";
return
c + "configFilePath: " + configFilePath + n +
c + "version: " + getJarVersion() + n +
c + "configFilePath: " + configFilePath + n +
c + "workingDirectory: " + workingDirectory + n +
c + "sharedDownloadsDirectory: " + sharedDownloadsDirectory + n +
c + "storageDirectory: " + storageDirectory + n +