mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Reword error message for oversized cpu time fields
This commit is contained in:
parent
61cf8d8461
commit
1c1242a2ed
@ -681,7 +681,8 @@ virNodeCPUStatsAssign(virNodeCPUStatsPtr param,
|
|||||||
{
|
{
|
||||||
if (virStrcpyStatic(param->field, name) == NULL) {
|
if (virStrcpyStatic(param->field, name) == NULL) {
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
param->value = value;
|
param->value = value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user