gammastep-indicator: Fix "Enable"/"Info"
This is related to the recent log changes: https://gitlab.com/chinstrap/gammastep/-/commit/6e785e65f074dd74889b06901c3a314d98411122
The log format changed in two ways:
- Each entry of the log is prefixed by the loglevel
-
Before:
Something: Value
-
After:
Loglevel: Something: Value
-
Before:
- All log output is now in stderr instead of a combination of stdout (for info messages) and stderr (for error messages)
However, gammastep-indicator
needs to parse the log to work, and since no modification was done in it the output was broken, specially in "Enable" and "Info" items. This commit fixes it.
Fix issue https://gitlab.com/chinstrap/gammastep/-/issues/21.