Skip to content

Commit

Permalink
Added logging message CryptoManager
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Aug 10, 2018
1 parent b4b1c99 commit 2dd2e54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions org/mozilla/jss/CryptoManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@ public static synchronized void initialize( InitializationValues values )
"Must set ocspResponderCertNickname");
}
}

logger.info("CryptoManager: initializing NSS database at " + values.configDir);

initializeAllNative2(values.configDir,
values.certPrefix,
values.keyPrefix,
Expand Down

0 comments on commit 2dd2e54

Please sign in to comment.