[libvirt] [PATCHv3 4/4] Reword error message for oversized cpu time fields

Ján Tomko jtomko at redhat.com
Wed Jan 22 13:37:50 UTC 2014


---
 src/nodeinfo.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/nodeinfo.c b/src/nodeinfo.c
index 9f82330..ed7accc 100644
--- a/src/nodeinfo.c
+++ b/src/nodeinfo.c
@@ -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;
-- 
1.8.3.2




More information about the libvir-list mailing list