chore: modify error log

This commit is contained in:
RHQYZ 2025-04-17 13:39:04 +08:00 committed by GitHub
parent 5fe24465d7
commit 6c70b0655a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ func (u *UploaderProvider) Upload(ctx context.Context, certPem string, privkeyPe
}
if certId == "" {
return nil, xerrors.New("failed to get certId from importCertificateResp, both InstanceId and RepeatId are empty")
return nil, xerrors.New("failed to get certificate id, both `InstanceId` and `RepeatId` are empty")
}
return &uploader.UploadResult{