1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 17:51:03 +00:00

skypiax: debug print on failed write on audio socket

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16680 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Giovanni Maruzzelli 2010-02-17 20:22:33 +00:00
parent e3e7ad8fbe
commit 1d45f2a572

@ -1189,6 +1189,7 @@ continue;
//skypiax_sleep(5000); //5 msec
if (len == -1) {
DEBUGA_SKYPE("len=%d\n", SKYPIAX_P_LOG, len);
break;
} else if (len != got) {
DEBUGA_SKYPE("len=%d\n", SKYPIAX_P_LOG, len);