|
@@ -176,7 +176,8 @@ public class AppSchedulingInfo {
|
|
|
|
|
|
// Similarly, deactivate application?
|
|
|
if (request.getNumContainers() <= 0) {
|
|
|
- LOG.info("checking for deactivate... ");
|
|
|
+ LOG.info("checking for deactivate of application :"
|
|
|
+ + this.applicationId);
|
|
|
checkForDeactivation();
|
|
|
}
|
|
|
|