mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Silence cpugovctl when it succeeds
Remove a duplicate journal log that fills up the status
This commit is contained in:
parent
ba49055519
commit
89263ba6fd
@ -48,7 +48,6 @@ static int set_gov_state(const char *value)
|
|||||||
int retval = EXIT_SUCCESS;
|
int retval = EXIT_SUCCESS;
|
||||||
int res = 0;
|
int res = 0;
|
||||||
|
|
||||||
LOG_MSG("Setting governors to %s\n", value);
|
|
||||||
for (int i = 0; i < num; i++) {
|
for (int i = 0; i < num; i++) {
|
||||||
const char *gov = governors[i];
|
const char *gov = governors[i];
|
||||||
FILE *f = fopen(gov, "w");
|
FILE *f = fopen(gov, "w");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user