mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
remote: Fix error message
We were printing the wrong MAX value
This commit is contained in:
parent
4b527c1acf
commit
360229e8b4
@ -5726,7 +5726,7 @@ remoteDispatchConnectGetAllDomainStats(virNetServerPtr server ATTRIBUTE_UNUSED,
|
|||||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
virReportError(VIR_ERR_INTERNAL_ERROR,
|
||||||
_("Number of domain stats records is %d, "
|
_("Number of domain stats records is %d, "
|
||||||
"which exceeds max limit: %d"),
|
"which exceeds max limit: %d"),
|
||||||
nrecords, REMOTE_DOMAIN_LIST_MAX);
|
nrecords, REMOTE_CONNECT_GET_ALL_DOMAIN_STATS_MAX);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user