Currently we print the raw UUID which isn't very useful in ascii format.
+Fri May 29 10:01:19 EDT 2009 Cole Robinson <crobinso@redhat.com>
+
+ * src/qemu_driver.c : qemuDomainLookupByUUID: print correct UUID
+ string on failed lookup.
+
Fri May 29 10:00:01 EDT 2009 Cole Robinson <crobinso@redhat.com>
* src/virsh.c : virsh: Use consistent spacing for net-list
char uuidstr[VIR_UUID_STRING_BUFLEN];
virUUIDFormat(uuid, uuidstr);
qemudReportError(conn, NULL, NULL, VIR_ERR_NO_DOMAIN,
- _("no domain with matching uuid '%s'"), uuid);
+ _("no domain with matching uuid '%s'"), uuidstr);
goto cleanup;
}