From e3fa80f838b26febc5bc9fcb740af19ab618c0da Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 7 May 2008 04:22:40 +0000 Subject: [PATCH] Shorter debug output --- includes/memcached-client.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.20.1