From 80c02aaf15e765a13233f632ffe4f22c5e016057 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 26 Aug 2008 22:40:45 +0000 Subject: [PATCH] add more info --- includes/memcached-client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.20.1