diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/Notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index e1fded965..abe127966 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; |