Fixed log

This commit is contained in:
Luca Frosini 2022-12-02 13:37:55 +01:00
parent cd65e6a10f
commit de90b37842
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ public abstract class ElementManagement<El extends OElement, T extends Type> {
public Set<String> getContextsSet() throws NotFoundException, ContextException, ResourceRegistryException {
logger.debug("Going to get contexts for {} with UUID", typeName, uuid);
logger.debug("Going to get contexts for {} instance with UUID {}", typeName, uuid);
ODatabaseDocument current = ContextUtility.getCurrentODatabaseDocumentFromThreadLocal();
try {
AdminSecurityContext adminSecurityContext = ContextUtility.getAdminSecurityContext();