skypiax: cleaning some debug print leftover

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16676 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Giovanni Maruzzelli 2010-02-17 11:35:12 +00:00
parent 445b04ac68
commit ba4fd4a895
1 changed files with 1 additions and 1 deletions

View File

@ -1180,7 +1180,7 @@ continue;
if (len == -1) {
break;
} else if (len != got) {
ERRORA("len=%d\n", SKYPIAX_P_LOG, len);
DEBUGA_SKYPE("len=%d\n", SKYPIAX_P_LOG, len);
skypiax_sleep(1000);
break;
}