mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
Fixes for bug #6125
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7786 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7972,13 +7972,13 @@ static void zt_pri_message(struct pri *pri, char *s)
|
||||
}
|
||||
if ((dchan >= 0) && (span >= 0)) {
|
||||
if (dchancount > 1)
|
||||
ast_log(LOG_DEBUG, "[Span %d D-Channel %d]%s", span, dchan, s);
|
||||
ast_verbose("[Span %d D-Channel %d]%s", span, dchan, s);
|
||||
else
|
||||
ast_log(LOG_DEBUG, "%s", s);
|
||||
ast_verbose("%s", s);
|
||||
} else
|
||||
ast_log(LOG_ERROR, "PRI debug error: could not find pri associated it with debug message output\n");
|
||||
} else
|
||||
ast_log(LOG_DEBUG, "%s", s);
|
||||
ast_verbose("%s", s);
|
||||
|
||||
ast_mutex_lock(&pridebugfdlock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user