[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 09/12: log pulseaudio sink name

noreply at xfce.org noreply at xfce.org
Tue Feb 17 00:12:48 CET 2015


This is an automated email from the git hooks/post-receive script.

andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-pulseaudio-plugin.

commit 2f7ce551c6086a5065cec53ef8e1b1479c647fe6
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Tue Aug 12 11:51:57 2014 +0100

    log pulseaudio sink name
---
 panel-plugin/pulseaudio-volume.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/pulseaudio-volume.c b/panel-plugin/pulseaudio-volume.c
index cc7dae4..d3e0173 100644
--- a/panel-plugin/pulseaudio-volume.c
+++ b/panel-plugin/pulseaudio-volume.c
@@ -166,6 +166,7 @@ pulseaudio_volume_server_info_cb (pa_context           *context,
   PulseaudioVolume *volume = PULSEAUDIO_VOLUME (userdata);
   if (i == NULL) return;
 
+  g_debug ("default sink name = %s\n", i->default_sink_name);
   pa_context_get_sink_info_by_name (context, i->default_sink_name, pulseaudio_volume_sink_info_cb, volume);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list