mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-11 14:11:31 +00:00
virerror: Fix an error message typo
(cherry picked from commit 3e8699d32423650d2f7ab85eb1b24b6f37d55524)
This commit is contained in:
parent
4aac971304
commit
f4cea19b46
@ -99,7 +99,7 @@ void virReportSystemErrorFull(int domcode,
|
|||||||
#argname, \
|
#argname, \
|
||||||
NULL, \
|
NULL, \
|
||||||
0, 0, \
|
0, 0, \
|
||||||
_("%s in %s must greater than zero"), \
|
_("%s in %s must be greater than zero"), \
|
||||||
#argname, __FUNCTION__)
|
#argname, __FUNCTION__)
|
||||||
# define virReportInvalidNonZeroArg(argname) \
|
# define virReportInvalidNonZeroArg(argname) \
|
||||||
virRaiseErrorFull(__FILE__, __FUNCTION__, __LINE__, \
|
virRaiseErrorFull(__FILE__, __FUNCTION__, __LINE__, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user