Fixed log message
This commit is contained in:
parent
7dd3f13d7d
commit
28ea920a05
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue