Fix new "make distcheck" failures.

* src/xml.c (virDomainParseXMLOSDescHVM): Mark a diagnostic.
This commit is contained in:
Jim Meyering 2008-02-05 22:07:31 +00:00
parent e04912a9f0
commit 5419d0b44d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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.

View File

@ -907,7 +907,7 @@ virDomainParseXMLOSDescHVM(virConnectPtr conn, xmlNodePtr node,
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;
}