Issue #1602 - Applying requested change

This commit is contained in:
Joakim Erdfelt 2018-01-31 14:11:49 -06:00
parent 48123eefc6
commit 0fc78e4924
1 changed files with 2 additions and 1 deletions

View File

@ -516,7 +516,8 @@ public class DeploymentManager extends ContainerLifeCycle
}
catch (Throwable ignore)
{
// The runBindings failed for 'failed' node, no point doing anything else here.
// The runBindings failed for 'failed' node
LOG.ignore(ignore);
}
}
}