refs #2112: Port SmartExecutor to be compliant with new Authorization

https://support.d4science.org/issues/2112

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@122945 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-02-08 17:59:10 +00:00
parent 3cf1364c5b
commit 1ff064b7e6
1 changed files with 2 additions and 2 deletions

View File

@ -278,8 +278,8 @@ public class SmartExecutorInitializator implements ApplicationManager {
logger.trace(
"\n-------------------------------------------------------\n"
+ "Smart Executor Started Successfully\n"
+ "-------------------------------------------------------");
+ "Smart Executor Started Successfully on scope {}\n"
+ "-------------------------------------------------------", scope);
// TODO Launch repetitive thread for global task take over
}