Skip to content

Commit

Permalink
fix: changed logged message when private key does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryIvo committed Nov 28, 2023
1 parent ebcc14e commit 1fa32df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private static void create8021xTls(NetworkProperties props, String deviceId, Map
logger.error("Unable to find or decode Private Key");
}
} catch (ClassCastException e) {
logger.error("Unable to find Client Certificate");
logger.error("Unable to find Private Key");
}

Optional<Password> privateKeyPassword = props.getOpt(Password.class,
Expand Down

0 comments on commit 1fa32df

Please sign in to comment.