mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
this is not a warning, it might happen during call initialization
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28091 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2581,7 +2581,7 @@ msg_t *fetch_msg(int midev)
|
||||
if (r<0) {
|
||||
if (errno == EAGAIN) {
|
||||
/*we wait for mISDN here*/
|
||||
cb_log(-1,0,"mISDN_read wants us to wait\n");
|
||||
cb_log(4,0,"mISDN_read wants us to wait\n");
|
||||
usleep(5000);
|
||||
goto AGAIN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user