mirror of https://gitee.com/openkylin/libvirt.git
virIdentityEnsureSystemToken: Fix error message
This appears to be a copy-paste mistake from the check directly above. Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
429312d686
commit
bd7d60ac52
|
@ -284,7 +284,7 @@ virIdentityEnsureSystemToken(void)
|
|||
} else {
|
||||
if (virFileReadLimFD(fd, TOKEN_STRLEN, &token) < 0) {
|
||||
virReportSystemError(errno,
|
||||
_("Failed to write system token '%s'"),
|
||||
_("Failed to read system token '%s'"),
|
||||
tokenfile);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue