mirror of https://github.com/usual2970/certimate
chore: modify error log
parent
5fe24465d7
commit
6c70b0655a
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue