mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
correct a file location in an error message
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@140029 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9650,7 +9650,7 @@ static int start_pri(struct dahdi_pri *pri)
|
||||
if ((p.sigtype != DAHDI_SIG_HDLCFCS) && (p.sigtype != DAHDI_SIG_HARDHDLC)) {
|
||||
dahdi_close(pri->fds[i]);
|
||||
pri->fds[i] = -1;
|
||||
ast_log(LOG_ERROR, "D-channel %d is not in HDLC/FCS mode. See /etc/DAHDI.conf\n", x);
|
||||
ast_log(LOG_ERROR, "D-channel %d is not in HDLC/FCS mode. See /etc/dahdi/system.conf\n", x);
|
||||
return -1;
|
||||
}
|
||||
memset(&si, 0, sizeof(si));
|
||||
|
Reference in New Issue
Block a user