clean up debug

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6614 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara 2005-09-15 03:16:07 +00:00
parent c1517d081a
commit 777e97ab26
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ static int oh323_digit(struct ast_channel *c, char digit)
}
/* If in-band DTMF is desired, send that */
if (h323debug)
ast_log(LOG_DEBUG, "Sending INB digit %c on %s\n", digit, c->name);
ast_log(LOG_DEBUG, "Sending digit %c on %s\n", digit, c->name);
token = pvt->cd.call_token ? strdup(pvt->cd.call_token) : NULL;
ast_mutex_unlock(&pvt->lock);
h323_send_tone(token, digit);