fix wrong print

This commit is contained in:
Roberto Cirillo 2021-09-09 11:52:31 +02:00
parent e7cd080da7
commit af016382fe
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class SoftCopyOperator extends SoftCopy {
// if the destination location is not empty
if (dest != null){
String destId=dest.getId().toString();
logger.debug("destination id is "+sourceId);
logger.debug("destination id is "+destId);
// in this case the source and dest are the same object
if(sourceId.equals(destId))
return destId;