Silence cpugovctl when it succeeds

Remove a duplicate journal log that fills up the status
This commit is contained in:
Marc Di Luzio 2019-02-03 16:56:53 +00:00
parent ba49055519
commit 89263ba6fd

View File

@ -48,7 +48,6 @@ static int set_gov_state(const char *value)
int retval = EXIT_SUCCESS;
int res = 0;
LOG_MSG("Setting governors to %s\n", value);
for (int i = 0; i < num; i++) {
const char *gov = governors[i];
FILE *f = fopen(gov, "w");