Fixed log message

This commit is contained in:
Luca Frosini 2024-10-30 14:38:46 +01:00
parent 7dd3f13d7d
commit 28ea920a05
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public abstract class HierarchicalEnvironment extends Environment {
logger.trace("HierarchicalMode {}requested", hierarchicalModeRequested ? "" : "not ");
boolean hierarchicalAllowed = isUserAllowed(Environment.getAllOperationsAllowedRoles());
logger.trace("{} is {}to request the ", ContextUtility.getCurrentUserUsername(), hierarchicalAllowed ? "" : "not ");
logger.trace("{} is {}allowed to request the HierarchicalMode", ContextUtility.getCurrentUserUsername(), hierarchicalAllowed ? "" : "not ");
/*
* Only the Infrastructure Manager and IS Manager are entitled to use hierarchical mode.