diff --git a/ChangeLog b/ChangeLog index 335b72f4e69b902a62f3ca01804b8a3783c8d8c1..7f9f7fc2491d1c9c06b45a4e719f09f9c79ea821 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 9 14:46:00 BST 2008 Richard W.M. Jones + + Remove extraneous underscore + * src/openvz_conf.c: Remove extraneous underscore which stopped + file from compiling (Anton Protopopov). + Tue Apr 8 18:44:27 CEST 2008 Daniel Veillard * configure.in NEWS doc/* po/*: making libvirt-0.4.2 release diff --git a/src/openvz_conf.c b/src/openvz_conf.c index 65344c5c97929bddb3b7913a270f410c8d946b58..2d3ca5a587b6eeaeecdd311ec7f4599c04e27b50 100644 --- a/src/openvz_conf.c +++ b/src/openvz_conf.c @@ -325,7 +325,7 @@ static struct openvz_vm_def } if (strcmp((char *)prop, "openvz")){ - error(conn, VIR_ERR_INTERNAL_ERROR, _("invalid domain type attribute"_)); + error(conn, VIR_ERR_INTERNAL_ERROR, _("invalid domain type attribute")); goto bail_out; } free(prop);