Log: add level "DEFAULT"
Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure".
This commit is contained in:
@@ -221,7 +221,7 @@ mpd_jack_error(const char *msg)
|
||||
static void
|
||||
mpd_jack_info(const char *msg)
|
||||
{
|
||||
LogInfo(jack_output_domain, msg);
|
||||
LogDefault(jack_output_domain, msg);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user