|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Remove unused DEBUG variable, and -d flag.
# HG changeset patch
# User emellor@ewan
# Node ID 82bc05411d852061bf5cc3e6c3e4019e06528543
# Parent 2eee9f6487ffa6cafe80484ad873e85064eff210
Remove unused DEBUG variable, and -d flag.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
diff -r 2eee9f6487ff -r 82bc05411d85 tools/python/xen/xend/XendClient.py
--- a/tools/python/xen/xend/XendClient.py Wed Sep 21 10:30:59 2005
+++ b/tools/python/xen/xend/XendClient.py Wed Sep 21 10:31:55 2005
@@ -33,8 +33,6 @@
UnixXendClientProtocol, \
XendError
-DEBUG = 0
-
def fileof(val):
"""Converter for passing configs or other 'large' data.
Handles lists, files directly.
@@ -385,7 +383,6 @@
python XendClient.py domain 0
(domain (id 0) (name Domain-0) (memory 128))
"""
- global DEBUG
from getopt import getopt
short_options = 'x:au:d'
long_options = ['xend=', 'unix=', 'debug']
@@ -397,8 +394,6 @@
srv = v
elif k in ['-u', '--unix']:
unix = int(v)
- elif k in ['-d', '--debug']:
- DEBUG = 1
if len(args):
fn = args[0]
args = args[1:]
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Remove unused DEBUG variable, and -d flag.,
Xen patchbot -unstable <=
|
Previous by Date: |
[Xen-changelog] Removed unused getLevel method, and don't use intermediate variable called, Xen patchbot -unstable |
Next by Date: |
[Xen-changelog] Match change to the memory/target value, as it is now in KiB, not bytes., Xen patchbot -unstable |
Previous by Thread: |
[Xen-changelog] Removed unused getLevel method, and don't use intermediate variable called, Xen patchbot -unstable |
Next by Thread: |
[Xen-changelog] Match change to the memory/target value, as it is now in KiB, not bytes., Xen patchbot -unstable |
Indexes: |
[Date]
[Thread]
[Top]
[All Lists] |
|
|
|
|