ia64/xen-unstable
changeset 12096:f592a17acd0f
[XEND] Remove misleading debugging message
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=732
Signed-off-by: Alastair Tse <atse@xensource.com>
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=732
Signed-off-by: Alastair Tse <atse@xensource.com>
author | Alastair Tse <atse@xensource.com> |
---|---|
date | Thu Oct 05 17:29:20 2006 +0100 (2006-10-05) |
parents | ddf523b09100 |
children | d9320fb7c769 |
files | tools/python/xen/util/blkif.py |
line diff
1.1 --- a/tools/python/xen/util/blkif.py Thu Oct 05 17:29:20 2006 +0100 1.2 +++ b/tools/python/xen/util/blkif.py Thu Oct 05 17:29:20 2006 +0100 1.3 @@ -21,7 +21,6 @@ def blkdev_name_to_number(name): 1.4 try: 1.5 return os.stat(n).st_rdev 1.6 except Exception, ex: 1.7 - log.debug("exception looking up device number for %s: %s", name, ex) 1.8 pass 1.9 1.10 if re.match( '/dev/sd[a-p]([1-9]|1[0-5])?', n):