mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-19 17:37:59 +00:00
chore: modify error log
This commit is contained in:
@@ -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{
|
||||||
|
Reference in New Issue
Block a user