mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
cleanup zeroconf service names
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@325 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
99e0779b51
commit
400dacd66f
1 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ static int publish_service(struct userdata *u, struct service *s) {
|
||||||
s->published = 0;
|
s->published = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
snprintf(t, sizeof(t), "Networked Audio device %s on %s", s->name, pa_get_host_name(hn, sizeof(hn)));
|
snprintf(t, sizeof(t), "Networked Audio Device %s on %s", s->name, pa_get_host_name(hn, sizeof(hn)));
|
||||||
|
|
||||||
if (sw_text_record_init(&txt) != SW_OKAY) {
|
if (sw_text_record_init(&txt) != SW_OKAY) {
|
||||||
pa_log(__FILE__": sw_text_record_init() failed\n");
|
pa_log(__FILE__": sw_text_record_init() failed\n");
|
||||||
|
|
@ -434,7 +434,7 @@ int pa__init(struct pa_core *c, struct pa_module*m) {
|
||||||
if (publish_autoload(u, autoload) < 0)
|
if (publish_autoload(u, autoload) < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
snprintf(t, sizeof(t), "Networked Audio on %s", pa_get_host_name(hn, sizeof(hn)));
|
snprintf(t, sizeof(t), "Networked Audio Server on %s", pa_get_host_name(hn, sizeof(hn)));
|
||||||
|
|
||||||
if (sw_text_record_init(&txt) != SW_OKAY) {
|
if (sw_text_record_init(&txt) != SW_OKAY) {
|
||||||
pa_log(__FILE__": sw_text_record_init() failed\n");
|
pa_log(__FILE__": sw_text_record_init() failed\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue