mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-04 17:47:19 +03:00
nodedev: Remove redundant error string (bz #1370418)
This commit is contained in:
parent
0610cd6acb
commit
f341352cda
@ -87,8 +87,7 @@ class NodeDevice(XMLBuilder):
|
||||
except Exception, e:
|
||||
logging.debug("Error looking up nodedev from idstring=%s",
|
||||
idstring, exc_info=True)
|
||||
raise RuntimeError(_("Did not find node device matching '%s': %s" %
|
||||
(idstring, e)))
|
||||
raise
|
||||
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user