Added more data to security audits

This commit is contained in:
AlgorithmX2 2014-09-09 20:39:40 -05:00
parent 78802420f7
commit 0a08ba4bde

View file

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