Skip to content

Commit

Permalink
Merge pull request getpelican#143 from myano/master
Browse files Browse the repository at this point in the history
add unicode handling for logging
  • Loading branch information
derdon committed Jul 2, 2011
2 parents 9dc9fc1 + 9d9355c commit 10869f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def main():
else:
pelican.run()
except Exception, e:
log.critical(str(e))
log.critical(unicode(e))


if __name__ == '__main__':
Expand Down

0 comments on commit 10869f7

Please sign in to comment.