r54107 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54106‎ | r54107 | r54108 >
Date:16:26, 31 July 2009
Author:werdna
Status:deferred
Tags:
Comment:
Harmonise Honeypot Integration match debug log groups
Modified paths:
  • /trunk/extensions/HoneypotIntegration/HoneypotIntegration.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.class.php
@@ -218,7 +218,7 @@
219219 $logid = $rc->getAttribute( 'rc_logid' );
220220 $rcid = $rc->getAttribute( 'rc_id' );
221221
222 - wfDebugLog( 'HoneypotHit', "$ip is listed in honeypot data. ".
 222+ wfDebugLog( 'HoneypotIntegrationMatches', "$ip is listed in honeypot data. ".
223223 "$user made RCID $rcid REVID $revid LOGID $logid." );
224224 }
225225

Status & tagging log