Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
e8e7f6a0e7b6
Commit
abc54349
authored
Feb 08, 2010
by
Sylvain Thénault
Browse files
errors on postcommit should never occurs, log it as critical
--HG-- branch : stable
parent
632369f43baf
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/session.py
View file @
e8e7f6a0
...
...
@@ -474,7 +474,8 @@ class Session(RequestSessionMixIn):
try
:
operation
.
handle_event
(
'%s_event'
%
trstate
)
except
:
self
.
exception
(
'error while %sing'
,
trstate
)
self
.
critical
(
'error while %sing'
,
trstate
,
exc_info
=
sys
.
exc_info
())
self
.
debug
(
'%s session %s done'
,
trstate
,
self
.
id
)
finally
:
self
.
_touch
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment