forked from pool/pulseaudio
3e82242fc9
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=a41c182c62abf2480b0be2b95493c211
26 lines
1004 B
Diff
26 lines
1004 B
Diff
From 8adf536426a86e986fb5bd4ad31ba2d50054c485 Mon Sep 17 00:00:00 2001
|
|
From: Lennart Poettering <lennart@poettering.net>
|
|
Date: Sun, 21 Feb 2010 16:22:17 +0100
|
|
Subject: [PATCH] stream-restore: be a little bit more verbose why we don't reastore a sink
|
|
|
|
---
|
|
src/modules/module-stream-restore.c | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/src/modules/module-stream-restore.c b/src/modules/module-stream-restore.c
|
|
index 9b6f914..00ce5ab 100644
|
|
--- a/src/modules/module-stream-restore.c
|
|
+++ b/src/modules/module-stream-restore.c
|
|
@@ -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;
|
|
|
|
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))) {
|
|
pa_sink *s = NULL;
|
|
|
|
--
|
|
1.6.0.2
|
|
|