Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
if (!sess->cred || !sess->cred->cb) {
virReportError(VIR_ERR_SSH, "%s",
_("Can't perform keyboard-interactive authentication: "
- "Authentication callback not provided "));
+ "Authentication callback not provided"));
return -1;
}
do { \
if (info.FIELD > info.FIELD_MAX) { \
virReportError(VIR_ERR_INVALID_ARG, \
- _("%1$s cannot be set higher than %2$s "), \
+ _("%1$s cannot be set higher than %2$s"), \
#FIELD, #FIELD_MAX); \
goto cleanup; \
} \
if (!nparams) {
vshError(ctl, "%s",
_("At least one of options --min-workers, --max-workers, "
- "--priority-workers is mandatory "));
+ "--priority-workers is mandatory"));
goto cleanup;
}