[pulseaudio-tickets] [PulseAudio] #672: "Weird shit!" in error message inappropriate
PulseAudio
trac-noreply at tango.0pointer.de
Tue Oct 6 03:34:46 PDT 2009
#672: "Weird shit!" in error message inappropriate
--------------------+-------------------------------------------------------
Reporter: Daviey | Owner: lennart
Type: defect | Status: new
Milestone: | Component: daemon
Keywords: |
--------------------+-------------------------------------------------------
pulseaudio can return an error message that many would consider
inappropriate.
alan at wopr64:~/iso$ pulseaudio
W: main.c: D-Bus name org.pulseaudio.Server already taken. Weird shit!
As reported:
https://launchpad.net/bugs/444400
src/daemon/main.c:
if (dbus_error_is_set(&error))
pa_log_warn("Failed to acquire org.pulseaudio.Server: %s: %s",
error.name, error.message);
else
pa_log_warn("D-Bus name org.pulseaudio.Server already taken. Weird
shit!");
/* PA cannot be started twice by the same user and hence we can
* ignore mostly the case that org.pulseaudio.Server is already
* taken. */
--
Ticket URL: <http://pulseaudio.org/ticket/672>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list