Skip to content

Commit

Permalink
Forgotten fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Feb 7, 2017
1 parent fd7af91 commit cd9d3d7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -281,6 +281,7 @@ protected String getContentTypeFromExpression(Event event, GeneralNotifierType g
task, result);
if (contentTypeList == null || contentTypeList.isEmpty()) {
getLogger().info("contentType expression for event " + event.getId() + " returned nothing.");
return null;
}
if (contentTypeList.size() > 1) {
getLogger().warn("contentType expression for event " + event.getId() + " returned more than 1 item.");
Expand Down

0 comments on commit cd9d3d7

Please sign in to comment.