mirror of
https://github.com/apache/nifi.git
synced 2025-02-19 08:34:53 +00:00
NIFI-9786 Added debug to KeyStoreUtils.isStoreValid
This closes #5884 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
2bb1a06a8c
commit
a8cd7e5200
@ -401,6 +401,7 @@ public class KeyStoreUtils {
|
||||
return true;
|
||||
|
||||
} catch (Exception e) {
|
||||
logger.debug("Keystore [{}] Type [{}] load failed", keystore, keystoreType, e);
|
||||
return false;
|
||||
} finally {
|
||||
if (bis != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user