Skip to content

Commit

Permalink
#906 display a better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Jun 1, 2018
1 parent 9843e67 commit 5654c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public static boolean generateAJAXCallForASingleEvent(FacesContext context, Clie
}
}
} catch (Exception ex) {
LOGGER.log(Level.WARNING, "Couldn't invoke method " + nameOfGetter);
LOGGER.log(Level.WARNING, "Couldn't invoke method " + nameOfGetter + ". Additional information: ", ex);
}

String script = "";
Expand Down

0 comments on commit 5654c54

Please sign in to comment.