Skip to content

Commit

Permalink
Retrieve cache proxy fails to update study completeness dcm4che#847
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Jul 10, 2017
1 parent 2e8ffb9 commit fdf3c61
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,8 @@ public void updateCompleteness(RetrieveContext ctx) {
try {
ejb.updateCompleteness(ctx, completeness(ctx));
} catch (Exception e) {
LOG.error("Failed to update completeness of {}:\n{}",
ctx.getQueryRetrieveLevel(),
e);
LOG.warn("{}: failed to update completeness of {}\n",
ctx.getRequestAssociation(), ctx.getQueryRetrieveLevel(), e);
}
}

Expand Down

0 comments on commit fdf3c61

Please sign in to comment.