Fixed log typo

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@146880 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-04-13 14:39:21 +00:00
parent 43a9eeb5b7
commit 6049e60b92
1 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,6 @@ public abstract class SmartExecutorPersistenceConnector extends PluginStateNotif
try {
UUID uuid = scheduledTask.getUUID();
RunOn runOn = scheduledTask.getRunOn();
if(runOn==null){
return true;
@ -79,7 +78,7 @@ public abstract class SmartExecutorPersistenceConnector extends PluginStateNotif
return true;
}
}catch (Exception e) {
logger.error("Unable to chack if current hosting node is the same of the one in ScheduledTask", e);
logger.error("Unable to check if current hosting node is the same of the one in ScheduledTask", e);
}