summaryrefslogtreecommitdiffstats
path: root/custodia/httpd/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'custodia/httpd/server.py')
-rw-r--r--custodia/httpd/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/custodia/httpd/server.py b/custodia/httpd/server.py
index 2608f3c..46dfe92 100644
--- a/custodia/httpd/server.py
+++ b/custodia/httpd/server.py
@@ -161,7 +161,7 @@ class HTTPRequestHandler(BaseHTTPRequestHandler):
SELINUX_CONTEXT_LEN)
context = creds.decode('utf-8')
except Exception:
- log.debug("Couldn't retrieve SELinux Context", exc_info=True)
+ logger.debug("Couldn't retrieve SELinux Context", exc_info=True)
context = None
self._creds = {'pid': pid, 'uid': uid, 'gid': gid, 'context': context}