|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [XEND] Remove misleading debugging messag
# HG changeset patch
# User Alastair Tse <atse@xxxxxxxxxxxxx>
# Node ID f592a17acd0f938c12b83d70c1859c6330149605
# Parent ddf523b09100cc9177d75b729f64296d4eeddd11
[XEND] Remove misleading debugging message
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=732
Signed-off-by: Alastair Tse <atse@xxxxxxxxxxxxx>
---
tools/python/xen/util/blkif.py | 1 -
1 files changed, 1 deletion(-)
diff -r ddf523b09100 -r f592a17acd0f tools/python/xen/util/blkif.py
--- a/tools/python/xen/util/blkif.py Thu Oct 05 17:29:20 2006 +0100
+++ b/tools/python/xen/util/blkif.py Thu Oct 05 17:29:20 2006 +0100
@@ -21,7 +21,6 @@ def blkdev_name_to_number(name):
try:
return os.stat(n).st_rdev
except Exception, ex:
- log.debug("exception looking up device number for %s: %s", name, ex)
pass
if re.match( '/dev/sd[a-p]([1-9]|1[0-5])?', n):
_______________________________________________
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] [XEND] Remove misleading debugging message,
Xen patchbot-unstable <=
|
|
|
|
|