]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix a typo
authorMartin Pycko <martinp@digium.com>
Mon, 7 Apr 2003 20:31:16 +0000 (20:31 +0000)
committerMartin Pycko <martinp@digium.com>
Mon, 7 Apr 2003 20:31:16 +0000 (20:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@771 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channel.c

index e643a1a350a16d3631b7883159c275461a0e234b..584f2bb7a5f4e37816d8067e3e371230176e7391 100755 (executable)
--- 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;