Add more clear channel debugging

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@690 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent 666b208093
commit d391e86036

@ -1880,7 +1880,7 @@ int x;
x = 1;
}
if (ioctl(p->subs[SUB_REAL].zfd, ZT_AUDIOMODE, &x) == -1)
ast_log(LOG_WARNING, "Unable to set audio mode on channel %d\n", p->channel);
ast_log(LOG_WARNING, "Unable to set audio mode on channel %d to %d\n", p->channel, x);
break;
}
errno = 0;

Loading…
Cancel
Save