mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-07 21:19:51 +00:00
chore: modify error log
This commit is contained in:
parent
5fe24465d7
commit
6c70b0655a
@ -80,7 +80,7 @@ func (u *UploaderProvider) Upload(ctx context.Context, certPem string, privkeyPe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if certId == "" {
|
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{
|
return &uploader.UploadResult{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user