提交 ac6797b2 编写于 作者: D Daniel P. Berrange

Add missing break in error code

上级 cfa30de3
Sun Apr 19 16:49:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
* src/virterror.c: Add missing 'break' in error code string
formatter.
Sun Apr 19 16:29:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
Improve error reporting for lookup failures on inactive domains
......
......@@ -153,6 +153,7 @@ static const char *virErrorDomainName(virErrorDomain domain) {
break;
case VIR_FROM_SECURITY:
dom = "Security Labeling ";
break;
case VIR_FROM_VBOX:
dom = "VBOX ";
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册