Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.class.php |
— | — | @@ -218,7 +218,7 @@ |
219 | 219 | $logid = $rc->getAttribute( 'rc_logid' ); |
220 | 220 | $rcid = $rc->getAttribute( 'rc_id' ); |
221 | 221 | |
222 | | - wfDebugLog( 'HoneypotHit', "$ip is listed in honeypot data. ". |
| 222 | + wfDebugLog( 'HoneypotIntegrationMatches', "$ip is listed in honeypot data. ". |
223 | 223 | "$user made RCID $rcid REVID $revid LOGID $logid." ); |
224 | 224 | } |
225 | 225 | |