mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-14 20:24:32 +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 == "" {
|
||||
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{
|
||||
|
Reference in New Issue
Block a user