]> xenbits.xensource.com Git - libvirt.git/commitdiff
Reword error message for oversized cpu time fields
authorJán Tomko <jtomko@redhat.com>
Wed, 22 Jan 2014 12:58:26 +0000 (13:58 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 28 Jan 2014 07:48:32 +0000 (08:48 +0100)
src/nodeinfo.c

index 252d9b9784b62dde96ad6eb0e362184db8ae1ffa..6ebfb4b95d64d864cc43f7a26a5635a293e17442 100644 (file)
@@ -681,7 +681,8 @@ virNodeCPUStatsAssign(virNodeCPUStatsPtr param,
 {
     if (virStrcpyStatic(param->field, name) == NULL) {
         virReportError(VIR_ERR_INTERNAL_ERROR,
-                       "%s", _("Field kernel cpu time too long for destination"));
+                       "%s", _("kernel cpu time field is too long"
+                               " for the destination"));
         return -1;
     }
     param->value = value;