summaryrefslogtreecommitdiffstats
path: root/askbot/startup_procedures.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/startup_procedures.py')
-rw-r--r--askbot/startup_procedures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/startup_procedures.py b/askbot/startup_procedures.py
index 76893eff..d91464f4 100644
--- a/askbot/startup_procedures.py
+++ b/askbot/startup_procedures.py
@@ -45,7 +45,7 @@ class AskbotConfigError(ImproperlyConfigured):
def askbot_warning(line):
"""prints a warning with the nice header, but does not quit"""
- print >> sys.stderr, line
+ print >> sys.stderr, unicode(line).encode('utf-8')
def print_errors(error_messages, header = None, footer = None):
"""if there is one or more error messages,