Skip to content

Commit 6bf879f

Browse files
committed
clean up
1 parent aefafe7 commit 6bf879f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/com/uid2/operator/vertx/OperatorShutdownHandler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ public void logKeysetKeyFailureAtInterval() {
101101

102102
public void handleAttestResponse(Pair<AttestationResponseCode, String> response) {
103103
if (response.left() == AttestationResponseCode.AttestationFailure) {
104-
LOGGER.error("core attestation failed with AttestationFailure, shutting down operator, core response: {}",
105-
response.right());
104+
LOGGER.error("core attestation failed with AttestationFailure, shutting down operator, core response: {}", response.right());
106105
this.shutdownService.Shutdown(1);
107106
}
108107
if (response.left() == AttestationResponseCode.Success) {

0 commit comments

Comments
 (0)