Skip to content

Commit

Permalink
Merge pull request #147 from idibon/ENG-3458-trap-unsatisfied-link
Browse files Browse the repository at this point in the history
ENG-3458: trap UnsatisfiedLinkError in CLD2 init
  • Loading branch information
idigary committed Apr 27, 2016
2 parents e36016c + 692fd5a commit 26c3470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cld2/src/main/java/com/idibon/ml/cld2/CLD2.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ else if (os.equals("FreeBSD"))
success = true;
} catch (NoSuchElementException |
FileNotFoundException |
UnsatisfiedLinkError |
AccessDeniedException ex) {
/* these are all common enough errors that logging the full
* stack is more log noise than desirable */
Expand Down

0 comments on commit 26c3470

Please sign in to comment.