Log sign errors
This commit is contained in:
parent
4c7500e248
commit
f1c320dd22
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ class UiWebsocket(object):
|
|||
except Exception, err:
|
||||
self.cmd("notification", ["error", _["Content signing failed"] + "<br><small>%s</small>" % err])
|
||||
self.response(to, {"error": "Site sign failed: %s" % err})
|
||||
self.log.error("Site sign failed: %s: %s" % (inner_path, Debug.formatException(err)))
|
||||
return
|
||||
|
||||
site.content_manager.loadContent(inner_path, add_bad_files=False) # Load new content.json, ignore errors
|
||||
|
|
Loading…
Reference in a new issue