aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-18 12:06:50 +0000
committerEwan Mellor <ewan@xensource.com>2007-03-18 12:06:50 +0000
commit5515b59042adafae1c93548562ae53de755a676c (patch)
tree129c6db5f5a08dc803f47e57e4da4cfa5eb30693 /tools
parent734d12f3111dc2184ef801a27f5bf7b5d9dd2b96 (diff)
downloadxen-5515b59042adafae1c93548562ae53de755a676c.tar.gz
xen-5515b59042adafae1c93548562ae53de755a676c.tar.bz2
xen-5515b59042adafae1c93548562ae53de755a676c.zip
Re-raise log level for XendConfig (accidentally changed it to DEBUG previously).
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py
index 36ababeb40..d8f5c3fe66 100644
--- a/tools/python/xen/xend/XendConfig.py
+++ b/tools/python/xen/xend/XendConfig.py
@@ -28,7 +28,7 @@ from xen.xend.PrettyPrint import prettyprintstring
from xen.xend.XendConstants import DOM_STATE_HALTED
log = logging.getLogger("xend.XendConfig")
-log.setLevel(logging.DEBUG)
+log.setLevel(logging.WARN)
"""