diff --git a/dcm4chee-arc-store-scu/src/main/java/org/dcm4chee/arc/store/scu/impl/RetrieveTaskImpl.java b/dcm4chee-arc-store-scu/src/main/java/org/dcm4chee/arc/store/scu/impl/RetrieveTaskImpl.java index 3a8bbc440a..f4d777d421 100644 --- a/dcm4chee-arc-store-scu/src/main/java/org/dcm4chee/arc/store/scu/impl/RetrieveTaskImpl.java +++ b/dcm4chee-arc-store-scu/src/main/java/org/dcm4chee/arc/store/scu/impl/RetrieveTaskImpl.java @@ -256,13 +256,13 @@ public void run() { private void waitForOutstandingCStoreRSP() { try { - LOG.info("{}: wait for outstanding C-STORE RSP(s) on association to {}", + LOG.debug("{}: wait for outstanding C-STORE RSP(s) on association to {}", rqas, storeas.getRemoteAET()); synchronized (outstandingRSP) { while (!outstandingRSP.isEmpty()) outstandingRSP.wait(); } - LOG.info("{}: received outstanding C-STORE RSP(s) on association to {}", + LOG.debug("{}: received outstanding C-STORE RSP(s) on association to {}", rqas, storeas.getRemoteAET()); } catch (InterruptedException e) { LOG.warn("{}: failed to wait for outstanding C-STORE RSP(s) on association to {}",