From: Tim Starling Date: Wed, 7 May 2008 04:22:40 +0000 (+0000) Subject: Shorter debug output X-Git-Tag: 1.31.0-rc.0~47853 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=e3fa80f838b26febc5bc9fcb740af19ab618c0da;p=lhc%2Fweb%2Fwiklou.git Shorter debug output --- diff --git a/includes/memcached-client.php b/includes/memcached-client.php index ba39e19108..0a28f2d90e 100644 --- a/includes/memcached-client.php +++ b/includes/memcached-client.php @@ -984,9 +984,7 @@ class memcached if ($this->_debug) { - if ($flags & memcached::COMPRESSED) - $val = 'compressed data'; - $this->_debugprint(sprintf("MemCache: %s %s => %s (%s)\n", $cmd, $key, $val, $line)); + $this->_debugprint(sprintf("%s %s (%s)\n", $cmd, $key, $line)); } if ($line == "STORED") return true;