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:
@@ -875,7 +875,7 @@ Player::SongBorder()
|
||||
|
||||
{
|
||||
const auto uri = song->GetURI();
|
||||
FormatInfo(player_domain, "played \"%s\"", uri.c_str());
|
||||
FormatDefault(player_domain, "played \"%s\"", uri.c_str());
|
||||
}
|
||||
|
||||
ReplacePipe(dc.pipe);
|
||||
|
Reference in New Issue
Block a user