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:
Jungsup Lee 2016-02-02 13:47:57 +09:00 committed by Arun Raghavan
parent 323dc5bfb9
commit 2086fc82b6

View file

@ -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;
} }