mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 22:25:25 +00:00
virlog: Fix a typo in virLogParseFilter's error msg
This was some copy-paste leftover. Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
4300a56378
commit
aa6ec98ff2
@ -1699,7 +1699,7 @@ virLogParseFilter(const char *src)
|
||||
if (virStrToLong_uip(tokens[0], NULL, 10, &prio) < 0 ||
|
||||
(prio < VIR_LOG_DEBUG) || (prio > VIR_LOG_ERROR)) {
|
||||
virReportError(VIR_ERR_INVALID_ARG,
|
||||
_("Invalid priority '%s' for output '%s'"),
|
||||
_("Invalid priority '%s' for filter '%s'"),
|
||||
tokens[0], src);
|
||||
goto cleanup;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user