From 2167c433ae8a5ab1ab899cb1ac9c1854fcb93a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lui=CC=81s=20A=2E=20Bastia=CC=83o=20Silva?= Date: Sun, 27 Dec 2015 21:51:33 +0000 Subject: [PATCH] Changed a message from error to debug level --- dicoogle/src/main/java/pt/ua/dicoogle/server/RSIStorage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dicoogle/src/main/java/pt/ua/dicoogle/server/RSIStorage.java b/dicoogle/src/main/java/pt/ua/dicoogle/server/RSIStorage.java index a1c5a7c2e..2ae37ecb8 100755 --- a/dicoogle/src/main/java/pt/ua/dicoogle/server/RSIStorage.java +++ b/dicoogle/src/main/java/pt/ua/dicoogle/server/RSIStorage.java @@ -114,7 +114,7 @@ public RSIStorage(String [] Services, SOPList l) this.priorityAETs = settings.getPriorityAETitles(); - LoggerFactory.getLogger(RSIStorage.class).error("Priority C-STORE: " + this.priorityAETs); + LoggerFactory.getLogger(RSIStorage.class).debug("Priority C-STORE: " + this.priorityAETs); device.setNetworkApplicationEntity(nae); device.setNetworkConnection(nc); @@ -316,7 +316,7 @@ public void run() { try { - // Fetch an element by the queue taking into account the priorities. + // Fetch an element by the queue taking into account the priorities. ImageElement element = queue.take(); URI exam = element.getUri(); if(exam != null)