From 6eaeaea581e730461404b5e77729d1e9476dec00 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 10 Apr 2009 03:41:25 +0200 Subject: Downgrade default log level to NOTICE to follow documentation Closes #527 --- src/daemon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/daemon/main.c b/src/daemon/main.c index 4c4a9052..a4f0af7d 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -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__) -- cgit