add debug message for throttling

SVN revision: 65362
This commit is contained in:
Mike Blumenkrantz 2011-11-18 05:05:40 +00:00
parent c2b9cb4b56
commit 697ecb9e59
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ _pulse_disconnected(Pulse *d, int type __UNUSED__, Pulse *ev)
if (last_disc && (ecore_time_unix_get() - last_disc < 1))
{
fprintf(stderr, "PULSEAUDIO: disconnecting too quickly, THROTTLED\n");
e_mixer_pulse_shutdown();
last_disc = 0;
e_mod_mixer_pulse_ready(EINA_FALSE);