Skip to content
Snippets Groups Projects
Commit 99b47d05 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

fixed a typo

parent bc326721
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public class RevokeDeviceFlow {
.getRevokedCertificate(device.getCertificate().getSerialNumber()) == null){
log.warn("Certificate has not yet appeared in CRL!");
if(System.currentTimeMillis() - statTime > 1000){
log.error("The certificate has not appered within 1 second, we are considering the operation has failed");
log.error("The certificate has not appeared within 1 second, we are considering the operation has failed");
response.setSuccess(false);
return response;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment