From 0a08ba4bdef76bcc47892d5e5193d28a96db013d Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Tue, 9 Sep 2014 20:39:40 -0500 Subject: [PATCH] Added more data to security audits --- util/Platform.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/Platform.java b/util/Platform.java index fd61de74..d52c9147 100644 --- a/util/Platform.java +++ b/util/Platform.java @@ -1507,7 +1507,8 @@ public class Platform if ( AEConfig.instance.isFeatureEnabled( AEFeature.LogSecurityAudits ) ) { - AELog.info( "Audit: " + a_isSecure + " : " + b_isSecure + " @ " + a.lastSecurityKey + " vs " + b.lastSecurityKey ); + AELog.info( "Audit: " + a_isSecure + " : " + b_isSecure + " @ " + a.lastSecurityKey + " vs " + b.lastSecurityKey + " & " + a.playerID + " vs " + + b.playerID ); } // can't do that son...