* src/xml.c (virDomainParseXMLOSDescHVM): Mark a diagnostic.
Tue Feb 3 20:26:53 CET 2008 Jim Meyering <meyering@redhat.com>
+ Fix new "make distcheck" failures.
+ * src/xml.c (virDomainParseXMLOSDescHVM): Mark a diagnostic.
+
Remove all trailing blanks; turn on the rule to detect them.
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank.
* .x-sc_trailing_blank: New file, to exempt the few binary files.
bootorder[nbootorder] = '\0';
if (loader == NULL) {
- virXMLError(conn, VIR_ERR_INTERNAL_ERROR, "no HVM domain loader", 0);
+ virXMLError(conn, VIR_ERR_INTERNAL_ERROR, _("no HVM domain loader"), 0);
return -1;
}