summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index ab35eb4bd..2bf3adaee 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -64,7 +64,7 @@ FORMAT_FILE = '\t'.join([
'%(process)d',
'%(threadName)s',
'%(levelname)s',
- '%(message)r', # Using %r for repr() so message is a single line
+ '%(message)s',
])