summaryrefslogtreecommitdiffstats
path: root/func/logger.py
diff options
context:
space:
mode:
authorJames Bowes <jbowes@redhat.com>2007-09-28 21:09:49 -0400
committerJames Bowes <jbowes@redhat.com>2007-09-28 21:18:47 -0400
commit99069f42f71f00cd0b44b59e6627657409569b6b (patch)
tree0f1bb914474a219e5ecfb3d13f909ce4279de3cc /func/logger.py
parentb67d47a3c496ea26a1c91e6f0247085cc24346c6 (diff)
downloadthird_party-func-99069f42f71f00cd0b44b59e6627657409569b6b.tar.gz
third_party-func-99069f42f71f00cd0b44b59e6627657409569b6b.tar.xz
third_party-func-99069f42f71f00cd0b44b59e6627657409569b6b.zip
Fix bad indentation in certs and func dirs
Diffstat (limited to 'func/logger.py')
-rwxr-xr-xfunc/logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/logger.py b/func/logger.py
index cdfa899..94df311 100755
--- a/func/logger.py
+++ b/func/logger.py
@@ -59,7 +59,7 @@ class AuditLogger(Singleton):
self.loglevel = logging.INFO
self._setup_logging()
if self._no_handlers:
- self._setup_handlers(logfilepath=logfilepath)
+ self._setup_handlers(logfilepath=logfilepath)
def log_call(self, ip, CN, cert_hash, method, params):
# square away a good parseable format at some point -akl