mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-31 22:28:08 +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);
|
switch_mutex_unlock(tech_pvt->mutex_audio_srv);
|
||||||
if (nospace) {
|
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) {
|
} else if (len == 0) {
|
||||||
DEBUGA_SKYPE("CLOSED\n", SKYPOPEN_P_LOG);
|
DEBUGA_SKYPE("CLOSED\n", SKYPOPEN_P_LOG);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user