Fixed log level

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-orientdb-hooks@135169 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-12-01 14:35:46 +00:00
parent 7a33c91c10
commit e4c8d6dcb3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public abstract class RelationHook extends ODocumentHookAbstract implements
}
protected RESULT checkRelationProperty(final ODocument iDocument) {
OLogManager.instance().info(this, "Checking %s on %s",
OLogManager.instance().debug(this, "Checking %s on %s",
RelationProperty.NAME, iDocument.toJSON());
RESULT result = RESULT.RECORD_NOT_CHANGED;