add more info
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 26 Aug 2008 22:40:45 +0000 (22:40 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 26 Aug 2008 22:40:45 +0000 (22:40 +0000)
includes/memcached-client.php

index 27bdc99..cf98bb9 100644 (file)
@@ -797,7 +797,7 @@ class memcached
       {
             // temp logging for strange bug
                 if( !isset($this->_buckets[$hv % $this->_bucketcount]) ) {
-                   wfDebugLog( "memcached", "Invalid bucket key '". $hv % $this->_bucketcount . "' given!" );
+                   wfDebugLog( "memcached", "Invalid bucket hash '$hv' from key '$realkey' given!" );
                    continue;
                 }
          $host = $this->_buckets[$hv % $this->_bucketcount];