# HG changeset patch # User Sebastien Jodogne # Date 1367316321 -7200 # Node ID c3e9b74aab7aee24e85765249b698074d7ded236 # Parent d2c69150a979d0767ae0802edb26d2bebd797707 log diff -r d2c69150a979 -r c3e9b74aab7a OrthancServer/OrthancRestApi.cpp --- a/OrthancServer/OrthancRestApi.cpp Tue Apr 30 11:50:51 2013 +0200 +++ b/OrthancServer/OrthancRestApi.cpp Tue Apr 30 12:05:21 2013 +0200 @@ -266,6 +266,7 @@ std::list instances; if (request.isString()) { + LOG(INFO) << "Sending resource " << request.asString() << " to modality " << remote; context.GetIndex().LogExportedResource(request.asString(), remote); context.GetIndex().GetChildInstances(instances, request.asString()); } @@ -284,6 +285,7 @@ return; } + LOG(INFO) << "Sending resource " << stripped << " to modality " << remote; context.GetIndex().LogExportedResource(stripped, remote); std::list tmp;