http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97802

Revision: 97802
Author:   aaron
Date:     2011-09-22 07:30:22 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
disabled wfDebugLog() call; UDP packets were way too large

Modified Paths:
--------------
    branches/wmf/1.18wmf1/extensions/SpamBlacklist/SpamBlacklist_body.php

Modified: branches/wmf/1.18wmf1/extensions/SpamBlacklist/SpamBlacklist_body.php
===================================================================
--- branches/wmf/1.18wmf1/extensions/SpamBlacklist/SpamBlacklist_body.php       
2011-09-22 07:17:32 UTC (rev 97801)
+++ branches/wmf/1.18wmf1/extensions/SpamBlacklist/SpamBlacklist_body.php       
2011-09-22 07:30:22 UTC (rev 97802)
@@ -238,8 +238,9 @@
                        }
 
                        # Do the match
-                       wfDebugLog( 'SpamBlacklist', "Checking text against " . 
count( $blacklists ) .
-                               " regexes: " . implode( ', ', $blacklists ) . 
"\n" );
+                       # Disabled, causes UDP errors --aaron 9/22/11
+                       #wfDebugLog( 'SpamBlacklist', "Checking text against " 
. count( $blacklists ) .
+                       #       " regexes: " . implode( ', ', $blacklists ) . 
"\n" );
                        $retVal = false;
                        foreach( $blacklists as $regex ) {
                                wfSuppressWarnings();
@@ -525,4 +526,3 @@
                }
        }
 }
-


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to