Added more data to security audits
This commit is contained in:
parent
78802420f7
commit
0a08ba4bde
1 changed files with 2 additions and 1 deletions
|
@ -1507,7 +1507,8 @@ public class Platform
|
||||||
|
|
||||||
if ( AEConfig.instance.isFeatureEnabled( AEFeature.LogSecurityAudits ) )
|
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...
|
// can't do that son...
|
||||||
|
|
Loading…
Reference in a new issue