mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
stream-restore: be a little bit more verbose why we don't reastore a sink
This commit is contained in:
parent
ddabaa3b0f
commit
8adf536426
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ static pa_hook_result_t sink_input_new_hook_callback(pa_core *c, pa_sink_input_n
|
||||||
return PA_HOOK_OK;
|
return PA_HOOK_OK;
|
||||||
|
|
||||||
if (new_data->sink)
|
if (new_data->sink)
|
||||||
pa_log_debug("Not restoring device for stream %s, because already set.", name);
|
pa_log_debug("Not restoring device for stream %s, because already set to '%s'.", name, new_data->sink->name);
|
||||||
else if ((e = read_entry(u, name))) {
|
else if ((e = read_entry(u, name))) {
|
||||||
pa_sink *s = NULL;
|
pa_sink *s = NULL;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue