Skip to content

Commit

Permalink
Use more consistent language in exception logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Mar 30, 2015
1 parent 00231e0 commit 0f92f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/concurrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def _set_done(self):
try:
cb(self)
except Exception:
app_log.exception('exception calling callback %r for %r',
app_log.exception('Exception in callback %r for %r',
cb, self)
self._callbacks = None

Expand Down

0 comments on commit 0f92f99

Please sign in to comment.