summaryrefslogtreecommitdiff
path: root/swift/common/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'swift/common/wsgi.py')
-rw-r--r--swift/common/wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/common/wsgi.py b/swift/common/wsgi.py
index 39675a034..910d0051c 100644
--- a/swift/common/wsgi.py
+++ b/swift/common/wsgi.py
@@ -841,7 +841,7 @@ def run_wsgi(conf_path, app_section, *args, **kwargs):
return 1
# patch event before loadapp
- utils.eventlet_monkey_patch()
+ utils.monkey_patch()
# Ensure the configuration and application can be loaded before proceeding.
global_conf = {'log_name': log_name}