Skip to content
Snippets Groups Projects
Commit cc855cf9 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Make a log NOTICE more explicit that the event comes from DAHDI and not PRI.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@387740 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6b4da095
Branches
Tags
No related merge requests found
...@@ -3271,7 +3271,7 @@ static void my_handle_dchan_exception(struct sig_pri_span *pri, int index) ...@@ -3271,7 +3271,7 @@ static void my_handle_dchan_exception(struct sig_pri_span *pri, int index)
} }
/* Fall through */ /* Fall through */
default: default:
ast_log(LOG_NOTICE, "PRI got event: %s (%d) on D-channel of span %d\n", ast_log(LOG_NOTICE, "Got DAHDI event: %s (%d) on D-channel of span %d\n",
event2str(x), x, pri->span); event2str(x), x, pri->span);
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment