Ticket #672 (closed defect: wontfix)
"Weird shit!" in error message inappropriate
| Reported by: | Daviey | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | daemon | |
| Keywords: | Cc: | davee@… |
Description
pulseaudio can return an error message that many would consider inappropriate.
alan@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. */
Change History
Note: See
TracTickets for help on using
tickets.
