]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix new "make distcheck" failures.
authorJim Meyering <meyering@redhat.com>
Tue, 5 Feb 2008 22:07:31 +0000 (22:07 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 5 Feb 2008 22:07:31 +0000 (22:07 +0000)
* src/xml.c (virDomainParseXMLOSDescHVM): Mark a diagnostic.

ChangeLog
src/xml.c

index 1ecea31e158c487ee0816dfd781b38c1ff773873..45536d41d382107ab3bfb6411f04326ff020f63f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c3e25d5f2626c0414cdebb3e25fefbbcd414a6df..614deb0e6d1ab8dd005152677821e935769ee91c 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -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;
     }