projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4da09
)
Make a log NOTICE more explicit that the event comes from DAHDI and not PRI.
author
Richard Mudgett
<rmudgett@digium.com>
Mon, 6 May 2013 17:09:50 +0000
(17:09 +0000)
committer
Richard Mudgett
<rmudgett@digium.com>
Mon, 6 May 2013 17:09:50 +0000
(17:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@387740
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_dahdi.c
patch
|
blob
|
history
diff --git
a/channels/chan_dahdi.c
b/channels/chan_dahdi.c
index
fef6868
..
44fe3f4
100644
(file)
--- a/
channels/chan_dahdi.c
+++ b/
channels/chan_dahdi.c
@@
-3271,7
+3271,7
@@
static void my_handle_dchan_exception(struct sig_pri_span *pri, int index)
}
/* Fall through */
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);
break;
}