Skip to content
Snippets Groups Projects
Commit 4694f5e0 authored by Christian Richter's avatar Christian Richter
Browse files

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
parent 1f0e09e8
Branches
Tags
No related merge requests found
...@@ -2581,7 +2581,7 @@ msg_t *fetch_msg(int midev) ...@@ -2581,7 +2581,7 @@ msg_t *fetch_msg(int midev)
if (r<0) { if (r<0) {
if (errno == EAGAIN) { if (errno == EAGAIN) {
/*we wait for mISDN here*/ /*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); usleep(5000);
goto AGAIN; goto AGAIN;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment