Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorwclouser@mozilla.com <wclouser@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-10-01 15:17:33 (GMT)
committer wclouser@mozilla.com <wclouser@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-10-01 15:17:33 (GMT)
commit8bfaa00d10a71c750c6716583ab4451c7fd72fb1 (patch)
tree6f4eb652949f0c7819a7d5b77ec018717a78580b /bin
parentbd5fc0ee78a1e23d1b9c1f4ae493c1db419522db (diff)
Upping seriousness of missing blog posts
git-svn-id: http://svn.mozilla.org/addons/trunk@52688 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'bin')
-rwxr-xr-xbin/maintenance.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/maintenance.php b/bin/maintenance.php
index 39b93d9..ecd2b0a 100755
--- a/bin/maintenance.php
+++ b/bin/maintenance.php
@@ -812,7 +812,7 @@ switch ($action) {
}
if(count($blogXML->channel->item) < 5) {
- debug('Blog feed did not have minimum 5 posts, feed may be broken');
+ debug('Blog feed did not have minimum 5 posts, feed may be broken', true);
exit;
}