summaryrefslogtreecommitdiffstats
path: root/chan_lcr.c
diff options
context:
space:
mode:
authorSuper User2008-06-17 21:13:22 +0200
committerSuper User2008-06-17 21:13:22 +0200
commitaa47f028b483a9f8c43980a88ca480df0cf156af (patch)
tree54be5ef3f2e607a339955248042df68107b12c0b /chan_lcr.c
parentfixed socket handling (diff)
downloadlcr-aa47f028b483a9f8c43980a88ca480df0cf156af.tar.gz
lcr-aa47f028b483a9f8c43980a88ca480df0cf156af.tar.xz
lcr-aa47f028b483a9f8c43980a88ca480df0cf156af.zip
no functional change:
renamed 'handle' to 'sock' in some functions, because it is not the channel's handle, it's the socket modified: bchannel.c modified: chan_lcr.c
Diffstat (limited to 'chan_lcr.c')
-rw-r--r--chan_lcr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chan_lcr.c b/chan_lcr.c
index ab5886c..0230b82 100644
--- a/chan_lcr.c
+++ b/chan_lcr.c
@@ -1065,7 +1065,7 @@ int receive_message(int message_type, unsigned int ref, union parameter *param)
switch(param->bchannel.type)
{
case BCHANNEL_ASSIGN:
- CDEBUG(NULL, NULL, "Received BCHANNEL_ASSIGN message. (handle=%08lx)\n", param->bchannel.handle);
+ CDEBUG(NULL, NULL, "Received BCHANNEL_ASSIGN message. (handle=%08lx) for ref %d\n", param->bchannel.handle, ref);
if ((bchannel = find_bchannel_handle(param->bchannel.handle)))
{
CERROR(NULL, NULL, "bchannel handle %x already assigned.\n", (int)param->bchannel.handle);