Commit 75100df9 authored by Paul Winkler's avatar Paul Winkler

Merge r41209 from trunk (use proper call signature for logging, not zLOG)

parent 48fbf431
......@@ -149,7 +149,7 @@ class PageTemplateFile(Item_w__name__, Script, PageTemplate, Traversable):
self.pt_edit(text, t)
self._cook()
if self._v_errors:
LOG.error('Error in template', '\n'.join(self._v_errors))
LOG.error('Error in template %s' % '\n'.join(self._v_errors))
return
self._v_last_read = mtime
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment