From 4ab133c3cb8fa9a9aff2b7e5d1c53a0feb164f3f Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 12 Feb 2009 02:10:12 -0700 Subject: Implemented more elegant way for entire plugin module to be conditionally skipped; updated cert.py and ra.py modules to use this --- ipalib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/constants.py') 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', ]) -- cgit