From fdf6fe23e37aa4d359bfacb90a1947f5be4f97f3 Mon Sep 17 00:00:00 2001 From: James Quinley Date: Thu, 15 Sep 2022 22:41:58 -0700 Subject: [PATCH] Adds traces to EULA. --- .../com/jamesquinley/DelegationServices/delegationServices.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jamesquinley/DelegationServices/delegationServices.java b/src/main/java/com/jamesquinley/DelegationServices/delegationServices.java index 66997d2..39f10a5 100644 --- a/src/main/java/com/jamesquinley/DelegationServices/delegationServices.java +++ b/src/main/java/com/jamesquinley/DelegationServices/delegationServices.java @@ -1426,7 +1426,7 @@ public class delegationServices { catch (Exception EXR) { System.out.println("Unable to pull file, fallback."); - policyDocument = "Policy file does not exist on server. (Unable to find file in /Home/ocs/policy/launcher/legal/eula.txt) This is an issue on our end."; + policyDocument = "Policy file does not exist on server. (Unable to find file in /Home/ocs/policy/launcher/legal/eula.txt) This is an issue on our end. Error ID: " + EXR; } BasicDBObject updateQuery = new BasicDBObject();