Fixed bug on RI deletion

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/is-sweeper-se-plugin@124687 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-02-29 15:45:25 +00:00
parent 8983e4cc5e
commit a938051e97
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class Sweeper {
logger.debug("Going to remove orphan {}",
getGCoreEndpointMinimalInfo(gCoreEndpoint, hostingNode));
registryPublisher.remove(hostingNode);
registryPublisher.remove(gCoreEndpoint);
logger.debug("Request to remove {} successfully sent\n",
getGCoreEndpointMinimalInfo(gCoreEndpoint, hostingNode));