diff --git a/util/Platform.java b/util/Platform.java index fd61de749..d52c9147a 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...