mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
skypopen: demoting a warning to a debug when timing is not good (especially on virtual machines)
This commit is contained in:
parent
891015e67c
commit
dc3ef5462f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user