提交 dc08f2d8 编写于 作者: D Daniel Veillard

oops removing a debug warning, Daniel

上级 f7e03b93
......@@ -664,7 +664,6 @@ virDomainLookupByName(virConnectPtr conn, const char *name) {
/* try first though Xend */
xenddomain = xend_get_domain(conn, name);
if (xenddomain != NULL) {
fprintf(stderr, "Xend: success looking up %s\n", name);
id = xenddomain->live->id;
uuid = xenddomain->uuid;
found = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册