Skip to content

Commit

Permalink
exception variable
Browse files Browse the repository at this point in the history
  • Loading branch information
a-baghirli committed Oct 23, 2017
1 parent e20bc59 commit b47ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingen/pingen_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def _update_post_infos_cron(self):
# logged by _update_post_infos
pass
except BaseException as e:
_logger.error('Unexcepted error in pingen cron')
_logger.error('Unexcepted error in pingen cron: %', e)
raise
return True

Expand Down

0 comments on commit b47ed0e

Please sign in to comment.