[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-test8-2-g6eaeaea

Lennart Poettering gitmailer-noreply at 0pointer.de
Thu Apr 9 18:42:09 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  a26c945ed92be4478b61eade30dfcc2b75f1e470 (commit)

- Log -----------------------------------------------------------------
6eaeaea Downgrade default log level to NOTICE to follow documentation
-----------------------------------------------------------------------

Summary of changes:
 src/daemon/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------

commit 6eaeaea581e730461404b5e77729d1e9476dec00
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Apr 10 03:41:25 2009 +0200

    Downgrade default log level to NOTICE to follow documentation
    
    Closes #527

diff --git a/src/daemon/main.c b/src/daemon/main.c
index 4c4a905..a4f0af7 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__)

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list