mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 20:01:56 +00:00
miraclectl: set default log-level to NOTICE
We currently suppress all log-messages except FATAL, which is not really what we want. Initialize the log-level to NOTICE like the default for shl_log is, too. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
650920082c
commit
1c470e46a8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ static sd_event *cli_event;
|
|||
static sd_event_source *cli_sigs[_NSIG];
|
||||
static sd_event_source *cli_stdin;
|
||||
static bool cli_rl;
|
||||
static int cli_max_sev;
|
||||
static int cli_max_sev = LOG_NOTICE;
|
||||
|
||||
#define CLI_DEFAULT "\x1B[0m"
|
||||
#define CLI_RED "\x1B[0;91m"
|
||||
|
|
Loading…
Reference in a new issue