mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Downgrade default log level to NOTICE to follow documentation
Closes #527
This commit is contained in:
parent
a26c945ed9
commit
6eaeaea581
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ int main(int argc, char *argv[]) {
|
|||
#endif
|
||||
|
||||
pa_log_set_ident("pulseaudio");
|
||||
pa_log_set_level(PA_LOG_INFO);
|
||||
pa_log_set_level(PA_LOG_NOTICE);
|
||||
pa_log_set_flags(PA_LOG_COLORS|PA_LOG_PRINT_FILE|PA_LOG_PRINT_LEVEL, PA_LOG_RESET);
|
||||
|
||||
#if defined(__linux__) && defined(__OPTIMIZE__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue