|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Remove some excessive debug logging.
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1173557897 0
# Node ID 4dd4c285481a72abbad2da0469c0bcb504d789ac
# Parent 4e47dc3a6de83577d9354b2edda76f9e2a08f3ae
Remove some excessive debug logging.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
tools/python/xen/xend/XendNode.py | 3 ---
1 files changed, 3 deletions(-)
diff -r 4e47dc3a6de8 -r 4dd4c285481a tools/python/xen/xend/XendNode.py
--- a/tools/python/xen/xend/XendNode.py Sat Mar 10 19:57:35 2007 +0000
+++ b/tools/python/xen/xend/XendNode.py Sat Mar 10 20:18:17 2007 +0000
@@ -95,15 +95,12 @@ class XendNode:
self.cpus[u] = {'uuid': u, 'number': i }
for u in self.cpus.keys():
- log.error(self.cpus[u])
number = self.cpus[u]['number']
# We can run off the end of the cpuinfo list if domain0 does not
# have #vcpus == #pcpus. In that case we just replicate one that's
# in the hash table.
if not cpuinfo.has_key(number):
number = cpuinfo.keys()[0]
- log.error(number)
- log.error(cpuinfo)
if arch.type == "x86":
self.cpus[u].update(
{ 'host' : self.uuid,
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Remove some excessive debug logging.,
Xen patchbot-unstable <=
|
|
|
|
|