From dc3ef5462f8e2dc181222d95dd202d4b3cd5565d Mon Sep 17 00:00:00 2001 From: Giovanni Maruzzelli Date: Tue, 12 Jul 2011 07:49:21 -0500 Subject: [PATCH] skypopen: demoting a warning to a debug when timing is not good (especially on virtual machines) --- src/mod/endpoints/mod_skypopen/skypopen_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);