aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-01-30 11:14:23 +0000
committerEwan Mellor <ewan@xensource.com>2007-01-30 11:14:23 +0000
commit4708b773f58fe05adc9b23bc8e3d6887383a061b (patch)
tree1c8257b3200db57590fefc43dfcbf9af1a9936e7 /tools
parent9057060b19c9eb64b7cdd024a51aac2ef2499947 (diff)
downloadxen-4708b773f58fe05adc9b23bc8e3d6887383a061b.tar.gz
xen-4708b773f58fe05adc9b23bc8e3d6887383a061b.tar.bz2
xen-4708b773f58fe05adc9b23bc8e3d6887383a061b.zip
Set the log level back to WARN, reverting accidentally committed change.
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 9a31b1150a..cc2655d60e 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)
"""