Fix invalid update logging

This commit is contained in:
shortcutme 2017-06-20 11:20:30 +02:00
parent 67212ee29e
commit 23db93d20f
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -130,7 +130,7 @@ class FileRequest(object):
try:
valid = site.content_manager.verifyFile(inner_path, content)
except Exception, err:
self.log.debug("Update for %s is invalid" % (inner_path, err))
self.log.debug("Update for %s is invalid: %s" % (inner_path, err))
valid = False
if valid is True: # Valid and changed