Fixed log

This commit is contained in:
luca.frosini 2023-09-27 15:18:03 +02:00
parent 9b3ffcf5b4
commit 9851f83ecd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class QueryImpl implements Query {
oDatabaseDocument = securityContext.getDatabaseDocument(PermissionMode.READER);
oDatabaseDocument.begin();
logger.debug("Going to execute query '{} limit {}'", query);
logger.debug("Going to execute query '{}'", query);
OResultSet resultSet = oDatabaseDocument.query(query);