Author: lennart
Date: Thu Sep 6 22:45:43 2007
New Revision: 1774
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1774&root=pulseaudio&view=rev
Log:
downgrade realtime group membership warning to 'info' at be a little bit more
elaborate
Modified:
branches/lennart/src/daemon/main.c
Modified: branches/lennart/src/daemon/main.c
URL:
http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/daemon/main.c?rev=1774&root=pulseaudio&r1=1773&r2=1774&view=diff
==============================================================================
--- branches/lennart/src/daemon/main.c (original)
+++ branches/lennart/src/daemon/main.c Thu Sep 6 22:45:43 2007
@@ -392,7 +392,8 @@
setlocale(LC_ALL, "");
if (suid_root && (pa_own_uid_in_group(PA_REALTIME_GROUP, &gid) <= 0)) {
- pa_log_warn("WARNING: called SUID root, but not in group
'"PA_REALTIME_GROUP"'.");
+ pa_log_info("Warning: Called SUID root, but not in group
'"PA_REALTIME_GROUP"'. "
+ "For enabling real-time scheduling please become a member
of '"PA_REALTIME_GROUP"' , or increase the RLIMIT_RTPRIO user limit.");
pa_drop_caps();
pa_drop_root();
suid_root = real_root = 0;
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits