From aa47f028b483a9f8c43980a88ca480df0cf156af Mon Sep 17 00:00:00 2001 From: Super User Date: Tue, 17 Jun 2008 21:13:22 +0200 Subject: 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 --- chan_lcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chan_lcr.c') 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); -- cgit v1.2.3-55-g7522