From: Aaron Schulz Date: Tue, 26 Aug 2008 22:40:45 +0000 (+0000) Subject: add more info X-Git-Tag: 1.31.0-rc.0~45635 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=80c02aaf15e765a13233f632ffe4f22c5e016057;p=lhc%2Fweb%2Fwiklou.git add more info --- diff --git a/includes/memcached-client.php b/includes/memcached-client.php index 27bdc9933d..cf98bb9daf 100644 --- a/includes/memcached-client.php +++ b/includes/memcached-client.php @@ -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];