skypopen: demoting a warning to a debug when timing is not good (especially on virtual machines)

This commit is contained in:
Giovanni Maruzzelli 2011-07-12 07:49:21 -05:00
parent 891015e67c
commit dc3ef5462f
1 changed files with 1 additions and 1 deletions

View 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);