mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
oops removing a debug warning, Daniel
This commit is contained in:
@@ -664,7 +664,6 @@ virDomainLookupByName(virConnectPtr conn, const char *name) {
|
|||||||
/* try first though Xend */
|
/* try first though Xend */
|
||||||
xenddomain = xend_get_domain(conn, name);
|
xenddomain = xend_get_domain(conn, name);
|
||||||
if (xenddomain != NULL) {
|
if (xenddomain != NULL) {
|
||||||
fprintf(stderr, "Xend: success looking up %s\n", name);
|
|
||||||
id = xenddomain->live->id;
|
id = xenddomain->live->id;
|
||||||
uuid = xenddomain->uuid;
|
uuid = xenddomain->uuid;
|
||||||
found = 1;
|
found = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user