From 8bfaa00d10a71c750c6716583ab4451c7fd72fb1 Mon Sep 17 00:00:00 2001 From: wclouser@mozilla.com Date: Thu, 01 Oct 2009 15:17:33 +0000 Subject: Upping seriousness of missing blog posts git-svn-id: http://svn.mozilla.org/addons/trunk@52688 4eb1ac78-321c-0410-a911-ec516a8615a5 --- (limited to 'bin') 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; } -- cgit v0.9.1