]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
skypopen: demoting a warning to a debug when timing is not good (especially on virtua...
authorGiovanni Maruzzelli <gmaruzz@gmail.com>
Tue, 12 Jul 2011 12:49:21 +0000 (07:49 -0500)
committerGiovanni Maruzzelli <gmaruzz@gmail.com>
Tue, 12 Jul 2011 12:49:21 +0000 (07:49 -0500)
src/mod/endpoints/mod_skypopen/skypopen_protocol.c

index 1297278a9fc2dba7e96cd3c80a3c645e862a8da3..b62ece6419c8cff4aa78c3fcceb57fc3189fb060 100644 (file)
@@ -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);