Skip to content

Commit

Permalink
Retrieve Cache for Nearline Storage #1402
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Jun 6, 2018
1 parent cf07c5d commit bf6b523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
*/
@Stateless
public class StoreServiceEJB {
private static final Logger LOG = LoggerFactory.getLogger(StoreServiceImpl.class);
private static final Logger LOG = LoggerFactory.getLogger(StoreServiceEJB.class);
private static final String IGNORE = "{}: Ignore received Instance[studyUID={},seriesUID={},objectUID={}]";
private static final String IGNORE_FROM_DIFFERENT_SOURCE = IGNORE + " from different source";
private static final String IGNORE_PREVIOUS_REJECTED = IGNORE + " previous rejected by {}";
Expand Down

0 comments on commit bf6b523

Please sign in to comment.