Skip to content

Commit 0798931

Browse files
committed
added a new logger into isValid method to print the current certificate timestamp
1 parent 411eddc commit 0798931

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/src/main/java/com/cybersource/ws/client/Identity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public boolean isValid(File keyFile) {
121121
if (this.lastModifiedDate == keyFile.lastModified()) {
122122

123123
logger.log(Logger.LT_INFO, "key files not yet changed");
124+
logger.log(Logger.LT_INFO, "Timestamp of Current file:"+this.lastModifiedDate);
124125
}
125126
return this.lastModifiedDate == keyFile.lastModified();
126127
}

0 commit comments

Comments
 (0)