mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
rescue-streams : Fix a typo
Fix a typo in log message. Signed-off-by: Jungsup Lee <jungsup4.lee@samsung.com>
This commit is contained in:
parent
323dc5bfb9
commit
2086fc82b6
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ static pa_hook_result_t source_output_move_fail_hook_callback(pa_core *c, pa_sou
|
||||||
return PA_HOOK_OK;
|
return PA_HOOK_OK;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
pa_log_info("Successfully moved output input %u \"%s\" to %s.", i->index,
|
pa_log_info("Successfully moved source output %u \"%s\" to %s.", i->index,
|
||||||
pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), target->name);
|
pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), target->name);
|
||||||
return PA_HOOK_STOP;
|
return PA_HOOK_STOP;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue