mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-02 11:26:55 +02:00
Silence cpugovctl when it succeeds
Remove a duplicate journal log that fills up the status
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user