Skip to content

Commit

Permalink
Changed a message from error to debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiao committed Dec 27, 2015
1 parent 1f4b117 commit 2167c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dicoogle/src/main/java/pt/ua/dicoogle/server/RSIStorage.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2167c43

Please sign in to comment.