1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-23 21:34:54 +03:00

oops removing a debug warning, Daniel

This commit is contained in:
Daniel Veillard 2006-01-17 16:57:17 +00:00
parent f7e03b9312
commit dc08f2d858

View File

@ -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;