]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
another debug notice
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 17:20:02 +0000 (13:20 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 17:20:02 +0000 (13:20 -0400)
darcs-hash:20080928172002-5ed1f-a81ae374b920e222183cf9de86e5fed732a0ed5b.gz

classes/Notice.php

index e1fded965e7f150e5f8559a266acd7ffb74aee98..abe127966fa9e58087e406f5d6cd42bc1a9b7cbc 100644 (file)
@@ -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;