From: Giovanni Maruzzelli Date: Tue, 12 Jul 2011 12:49:21 +0000 (-0500) Subject: skypopen: demoting a warning to a debug when timing is not good (especially on virtua... X-Git-Tag: v1.2-rc1~108^2^2~33 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=dc3ef5462f8e2dc181222d95dd202d4b3cd5565d;p=thirdparty%2Ffreeswitch.git skypopen: demoting a warning to a debug when timing is not good (especially on virtual machines) --- diff --git a/src/mod/endpoints/mod_skypopen/skypopen_protocol.c b/src/mod/endpoints/mod_skypopen/skypopen_protocol.c index 1297278a9f..b62ece6419 100644 --- a/src/mod/endpoints/mod_skypopen/skypopen_protocol.c +++ b/src/mod/endpoints/mod_skypopen/skypopen_protocol.c @@ -932,7 +932,7 @@ void *skypopen_do_tcp_srv_thread_func(void *obj) } switch_mutex_unlock(tech_pvt->mutex_audio_srv); if (nospace) { - WARNINGA("NO SPACE READ: there was no space for: %d\n", SKYPOPEN_P_LOG, len); + DEBUGA_SKYPE("NO SPACE READ: there was no space for: %d\n", SKYPOPEN_P_LOG, len); } } else if (len == 0) { DEBUGA_SKYPE("CLOSED\n", SKYPOPEN_P_LOG);