From 89263ba6fde4c482165eea628ce1b2131b0008df Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 3 Feb 2019 16:56:53 +0000 Subject: [PATCH] Silence cpugovctl when it succeeds Remove a duplicate journal log that fills up the status --- daemon/cpugovctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/cpugovctl.c b/daemon/cpugovctl.c index b64b5b4..bc65ee4 100644 --- a/daemon/cpugovctl.c +++ b/daemon/cpugovctl.c @@ -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");