|
@@ -130,11 +130,11 @@ public class NMClientImpl extends NMClient {
|
|
|
} catch (YarnException e) {
|
|
|
LOG.error("Failed to stop Container " +
|
|
|
startedContainer.getContainerId() +
|
|
|
- "when stopping NMClientImpl");
|
|
|
+ " when stopping NMClientImpl");
|
|
|
} catch (IOException e) {
|
|
|
LOG.error("Failed to stop Container " +
|
|
|
startedContainer.getContainerId() +
|
|
|
- "when stopping NMClientImpl");
|
|
|
+ " when stopping NMClientImpl");
|
|
|
}
|
|
|
}
|
|
|
}
|