diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-28 13:20:02 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-28 13:20:02 -0400 |
commit | 577ee0c1152e7bf9c064d242cc66d282e9a81f28 (patch) | |
tree | cd3c4a06a0013f12510bba6d87ae70c71bf578da /classes/Notice.php | |
parent | 3a99883c6c41d10197b73a4c00f2f86545a9f411 (diff) |
another debug notice
darcs-hash:20080928172002-5ed1f-a81ae374b920e222183cf9de86e5fed732a0ed5b.gz
Diffstat (limited to 'classes/Notice.php')
-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; |