Fixed log
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-publisher@147236 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e4229c4c07
commit
c7fcaff62c
|
@ -210,7 +210,7 @@ public class ResourceRegistryPublisherImpl implements ResourceRegistryPublisher
|
|||
R r = httpCall.call(resourceClass, stringWriter.toString(),
|
||||
HTTPMETHOD.POST, body);
|
||||
|
||||
logger.info("{} update created", r);
|
||||
logger.info("{} successfully updated", r);
|
||||
return r;
|
||||
|
||||
} catch (ResourceRegistryException e) {
|
||||
|
|
Loading…
Reference in New Issue