From: Evan Prodromou Date: Sun, 28 Sep 2008 17:20:02 +0000 (-0400) Subject: another debug notice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=577ee0c1152e7bf9c064d242cc66d282e9a81f28;p=quix0rs-gnu-social.git another debug notice darcs-hash:20080928172002-5ed1f-a81ae374b920e222183cf9de86e5fed732a0ed5b.gz --- diff --git a/classes/Notice.php b/classes/Notice.php index e1fded965e..abe127966f 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -264,7 +264,7 @@ class Notice extends Memcached_DataObject # On a cache hit, return a DB-object-like wrapper if ($notices) { - common_debug('Cache hit!'); + common_debug('Notices hit: ' . print_r($notices, TRUE)); common_debug('Got this many notices: ' . count($notices)); $wrapper = new NoticeWrapper(array_slice($notices, $offset, $limit)); return $wrapper;