aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-07 20:31:16 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-07 20:31:16 +0000
commit4241f536eff342aaddc274304c21ad5cd9f1cf9d (patch)
treebb48c9ede9c4a9531a4de4de45aa5a5a98fc3e17 /channel.c
parent65ced02ec29d9717351ef5470f8b31e7a088cbb6 (diff)
Fix a typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@771 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channel.c b/channel.c
index e643a1a35..584f2bb7a 100755
--- a/channel.c
+++ b/channel.c
@@ -2018,7 +2018,7 @@ int ast_channel_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags
*fo = f;
/* Take out of conference mode */
res = 0;
- ast_lop(LOG_DEBUG, "Got AST_BRIDGE_DTMF_CHANNEL_0 on c0 (%s)\n",c0->name);
+ ast_log(LOG_DEBUG, "Got AST_BRIDGE_DTMF_CHANNEL_0 on c0 (%s)\n",c0->name);
break;
} else
goto tackygoto;
@@ -2028,7 +2028,7 @@ int ast_channel_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags
*rc = c1;
*fo = f;
res = 0;
- ast_lop(LOG_DEBUG, "Got AST_BRIDGE_DTMF_CHANNEL_1 on c1 (%s)\n",c1->name);
+ ast_log(LOG_DEBUG, "Got AST_BRIDGE_DTMF_CHANNEL_1 on c1 (%s)\n",c1->name);
break;
} else
goto tackygoto;