|
@@ -482,7 +482,7 @@ public class CgroupsLCEResourcesHandler implements LCEResourcesHandler {
|
|
controllerPaths.put(CONTROLLER_CPU, controllerPath);
|
|
controllerPaths.put(CONTROLLER_CPU, controllerPath);
|
|
} else {
|
|
} else {
|
|
throw new IOException("Not able to enforce cpu weights; cannot write "
|
|
throw new IOException("Not able to enforce cpu weights; cannot write "
|
|
- + "to cgroup at: " + controllerPath);
|
|
|
|
|
|
+ + "to cgroup at: " + f.getPath());
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
throw new IOException("Not able to enforce cpu weights; cannot find "
|
|
throw new IOException("Not able to enforce cpu weights; cannot find "
|