summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pa-sink-ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pa-sink-ctl.c b/src/pa-sink-ctl.c
index b811edf..ba35bb3 100644
--- a/src/pa-sink-ctl.c
+++ b/src/pa-sink-ctl.c
@@ -192,7 +192,7 @@ void quit(void)
*/
void change_callback(pa_context* c, int success, void* userdate)
{
- print_sink_list();
+ return;
}
void collect_all_info(void)