summaryrefslogtreecommitdiff
path: root/lorrycontroller/status.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/status.py')
-rw-r--r--lorrycontroller/status.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lorrycontroller/status.py b/lorrycontroller/status.py
index a432690..310a03e 100644
--- a/lorrycontroller/status.py
+++ b/lorrycontroller/status.py
@@ -48,9 +48,11 @@ class StatusRenderer(object):
def write_status_as_html(self, template, status, filename,
publish_failures):
+ logging.info('FOOO %s %s %s', template, filename, publish_failures)
modified_status = dict(status)
modified_status['links'] = False
modified_status['publish_failures'] = publish_failures
+ logging.info('FOO2 %s', modified_status)
html = self.render_status_as_html(template, modified_status)
# We write the file first to a temporary file and then