skypiax: commented out the debug print on writing silence packet while idle

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16920 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Giovanni Maruzzelli 2010-03-05 22:05:27 +00:00
parent 30a823c0e4
commit 8111b4beb4

View File

@ -999,7 +999,7 @@ void *skypiax_do_tcp_cli_thread_func(void *obj)
if(tech_pvt->write_silence_when_idle){ if(tech_pvt->write_silence_when_idle){
memset(cli_out, 255, sizeof(cli_out)); memset(cli_out, 255, sizeof(cli_out));
bytes_to_write = 640; bytes_to_write = 640;
DEBUGA_SKYPE("WRITE Silence!\n", SKYPIAX_P_LOG); //DEBUGA_SKYPE("WRITE Silence!\n", SKYPIAX_P_LOG);
}else{ }else{
continue; continue;
} }