mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix silly extra message
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@664 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5386,7 +5386,6 @@ static void *pri_dchannel(void *vpri)
|
||||
pri_dump_event(pri->pri, e);
|
||||
switch(e->e) {
|
||||
case PRI_EVENT_DCHAN_UP:
|
||||
printf("Up!\n");
|
||||
if (option_verbose > 1)
|
||||
ast_verbose(VERBOSE_PREFIX_2 "D-Channel on span %d up\n", pri->span);
|
||||
pri->up = 1;
|
||||
|
Reference in New Issue
Block a user