The branch, patches has been updated
       via  44a4f2b01915544994bdff805d4b0a163f3454d0 (commit)
      from  c10991788a48ffb8d47a9d6fa8684086ee6e6c5a (commit)


- Shortlog ------------------------------------------------------------
44a4f2b Reduce RT prio logging severity

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

commit 44a4f2b01915544994bdff805d4b0a163f3454d0
Author: Sjoerd Simons <[EMAIL PROTECTED]>
Date:   Sat May 10 21:59:57 2008 +0200

    Reduce RT prio logging severity

diff --git a/src/daemon/main.c b/src/daemon/main.c
index 1b6fe3f..74d1350 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -449,9 +449,10 @@ int main(int argc, char *argv[]) {
             suid_root = real_root = FALSE;
 
             if (conf->high_priority || conf->realtime_scheduling)
-                pa_log_notice("Called SUID root and real-time/high-priority 
scheduling was requested in the configuration. However, we lack the necessary 
priviliges:\n"
+                pa_log_info("Called SUID root and real-time/high-priority 
scheduling was requested in the configuration. However, we lack the necessary 
priviliges:\n"
                               "We are not in group '"PA_REALTIME_GROUP"' and 
PolicyKit refuse to grant us priviliges. Dropping SUID again.\n"
-                              "For enabling real-time scheduling please 
acquire the appropriate PolicyKit priviliges, or become a member of 
'"PA_REALTIME_GROUP"', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource 
limits for this user.");
+                              "For enabling real-time scheduling please 
acquire the appropriate PolicyKit priviliges, or become a member of 
'"PA_REALTIME_GROUP"', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource 
limits for this user.\n"
+                              "Note that real-time/high-priority scheduling is 
NOT normally required. If you experience crackling or other sound anomalies, 
consider one or more of the above solutions.");
         }
 
     } else {

-- 
pulseaudio packaging

_______________________________________________
Pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to