Skip to content

Commit

Permalink
Merge pull request jhipster#5605 from ctamisier/headerutil
Browse files Browse the repository at this point in the history
change log label
  • Loading branch information
deepu105 authored Apr 18, 2017
2 parents 47c3105 + 2830def commit fa79ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static HttpHeaders createEntityDeletionAlert(String entityName, String pa
}

public static HttpHeaders createFailureAlert(String entityName, String errorKey, String defaultMessage) {
log.error("Entity creation failed, {}", defaultMessage);
log.error("Entity processing failed, {}", defaultMessage);
HttpHeaders headers = new HttpHeaders();
headers.add("X-<%=angularAppName%>-error", <%- errorMessage %>);
headers.add("X-<%=angularAppName%>-params", entityName);
Expand Down

0 comments on commit fa79ca1

Please sign in to comment.