stream-restore: be a little bit more verbose why we don't reastore a sink

This commit is contained in:
Lennart Poettering 2010-02-21 16:22:17 +01:00
parent 7098d60b30
commit 857ff2c160

View file

@ -1278,7 +1278,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;