correct usage of logging, missing parameters
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -166,7 +166,7 @@ public class AmqpMessageHandlerService extends BaseAmqpService {
|
|||||||
final LocalArtifact localArtifact = findLocalArtifactByFileResource(fileResource);
|
final LocalArtifact localArtifact = findLocalArtifactByFileResource(fileResource);
|
||||||
|
|
||||||
if (localArtifact == null) {
|
if (localArtifact == null) {
|
||||||
LOG.info("target {} requested file resource which does not exists to download",
|
LOG.info("target {} requested file resource {} which does not exists to download",
|
||||||
secruityToken.getControllerId(), fileResource);
|
secruityToken.getControllerId(), fileResource);
|
||||||
throw new EntityNotFoundException();
|
throw new EntityNotFoundException();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user