Skip to content

Commit

Permalink
Merge 52265d2 into 0ec8d94
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuswatn committed Nov 15, 2018
2 parents 0ec8d94 + 52265d2 commit 78320d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -140,7 +140,7 @@ private IBaseOperationOutcome createOperationOutcome(Throwable theException, Fhi
if (statusCode < 500) {
ourLog.warn("Failure during REST processing: {}", theException.toString());
} else {
ourLog.warn("Failure during REST processing: {}", theException);
ourLog.warn("Failure during REST processing", theException);
}

BaseServerResponseException baseServerResponseException = (BaseServerResponseException) theException;
Expand Down

0 comments on commit 78320d1

Please sign in to comment.