File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/jruby/ext/openssl/x509store Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -393,13 +393,13 @@ private InputStream wrapJRubyNormalizedInputStream(String file) throws IOExcepti
393393 }
394394 catch (FileExistsException ex ) {
395395 // should not happen because ModeFlag does not contain CREAT.
396- ex . printStackTrace ( System . err );
397- throw new IllegalStateException (ex . getMessage (), ex );
396+ OpenSSL . debugStackTrace ( ex );
397+ throw new IllegalStateException (ex );
398398 }
399399 catch (InvalidValueException ex ) {
400400 // should not happen because ModeFlasg does not contain APPEND.
401- ex . printStackTrace ( System . err );
402- throw new IllegalStateException (ex . getMessage (), ex );
401+ OpenSSL . debugStackTrace ( ex );
402+ throw new IllegalStateException (ex );
403403 }
404404 }
405405 }
You can’t perform that action at this time.
0 commit comments