typo
This commit is contained in:
@@ -148,7 +148,7 @@ public class Linux extends OS {
|
|||||||
actual_command = Utils.concatAll(low, command);
|
actual_command = Utils.concatAll(low, command);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Log.getInstance(null).error("No low priority binary, will not launch renderer in normal prioity");
|
Log.getInstance(null).error("No low priority binary, will not launch renderer in normal priority");
|
||||||
}
|
}
|
||||||
|
|
||||||
ProcessBuilder builder = new ProcessBuilder(actual_command);
|
ProcessBuilder builder = new ProcessBuilder(actual_command);
|
||||||
@@ -169,7 +169,7 @@ public class Linux extends OS {
|
|||||||
}
|
}
|
||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
this.hasNiceBinary = false;
|
this.hasNiceBinary = false;
|
||||||
Log.getInstance(null).error("Failed to find low priority binary, will not launch renderer in normal prioity (" + e + ")");
|
Log.getInstance(null).error("Failed to find low priority binary, will not launch renderer in normal priority (" + e + ")");
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
if (process != null) {
|
if (process != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user