summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--custodia/httpd/server.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/custodia/httpd/server.py b/custodia/httpd/server.py
index 46dfe92..4b16edc 100644
--- a/custodia/httpd/server.py
+++ b/custodia/httpd/server.py
@@ -282,8 +282,8 @@ class HTTPRequestHandler(BaseHTTPRequestHandler):
self.close_connection = 1
return
- def log_error(self, format, *args, **kwargs):
- logger.error(format, *args, **kwargs)
+ def log_error(self, fmtstr, *args, **kwargs):
+ logger.error(fmtstr, *args, **kwargs)
def pipeline(self, config, request):
"""