[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] blkif.py, XendDomain.py:
ChangeSet 1.1530.1.1, 2005/05/24 19:32:22+01:00, cl349@xxxxxxxxxxxxxxxxxxxx blkif.py, XendDomain.py: Remove/disable debug output. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> XendDomain.py | 1 - server/blkif.py | 1 - 2 files changed, 2 deletions(-) diff -Nru a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py 2005-05-24 15:02:22 -04:00 +++ b/tools/python/xen/xend/XendDomain.py 2005-05-24 15:02:22 -04:00 @@ -510,7 +510,6 @@ pass else: # Shutdown still pending. - print 'domain_shutdowns> pending: ', id timeout = min(timeout, left) if timeout <= SHUTDOWN_TIMEOUT: # Pending shutdowns remain - reschedule. diff -Nru a/tools/python/xen/xend/server/blkif.py b/tools/python/xen/xend/server/blkif.py --- a/tools/python/xen/xend/server/blkif.py 2005-05-24 15:02:22 -04:00 +++ b/tools/python/xen/xend/server/blkif.py 2005-05-24 15:02:22 -04:00 @@ -213,7 +213,6 @@ def attach(self, recreate=False, change=False): if recreate: node = sxp.child_value(recreate, 'node') - print 'BlkDev>attach>', 'recreate=', recreate, 'node=', node self.setNode(node) else: node = Blkctl.block('bind', self.type, self.params) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |