aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/xend/server/params.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/xen/xend/server/params.py')
-rw-r--r--tools/python/xen/xend/server/params.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/xen/xend/server/params.py b/tools/python/xen/xend/server/params.py
index e78e99e632..2565c2dfcd 100644
--- a/tools/python/xen/xend/server/params.py
+++ b/tools/python/xen/xend/server/params.py
@@ -31,4 +31,4 @@ XEND_DAEMONIZE = getenv("XEND_DAEMONIZE", not XEND_DEBUG, conv=int)
XENSTORED_PID_FILE = '/var/run/xenstored.pid'
XENSTORED_RUN_DIR = '/var/run/xenstored'
XENSTORED_LIB_DIR = '/var/lib/xenstored'
-XENSTORED_DEBUG = getenv("XSDAEMON_DEBUG", 0, conv=int)
+XENSTORED_DEBUG = getenv("XENSTORED_DEBUG", 0, conv=int)