Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic Lee <llyzs@163.com>2011-06-28 17:51:15 +0400
committerVic Lee <llyzs@163.com>2011-06-28 18:19:01 +0400
commitbad6db8fcfa909d49e31a1da8cdec7df8a765df0 (patch)
tree211bf30218473f73e4780b5317de791946a2a84c
parentc64c24ae7bd16607b3e56e50b7ade4efea0f0d1a (diff)
libfreerdp-chanman: add two missing debug log.
-rw-r--r--libfreerdp-chanman/libchanman.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libfreerdp-chanman/libchanman.c b/libfreerdp-chanman/libchanman.c
index 2c4f061..0d510dc 100644
--- a/libfreerdp-chanman/libchanman.c
+++ b/libfreerdp-chanman/libchanman.c
@@ -440,6 +440,7 @@ MyVirtualChannelClose(uint32 openHandle)
struct chan_data * lchan;
int index;
+ DEBUG_CHANMAN("MyVirtualChannelClose:");
chan_man = freerdp_chanman_find_by_open_handle(openHandle, &index);
if ((chan_man == NULL) || (index < 0) || (index >= CHANNEL_MAX_COUNT))
{
@@ -1026,6 +1027,7 @@ freerdp_chanman_close(rdpChanMan * chan_man, rdpInst * inst)
int index;
struct lib_data * llib;
+ DEBUG_CHANMAN("freerdp_chanman_close:");
chan_man->is_connected = 0;
freerdp_chanman_check_fds(chan_man, inst);
/* tell all libraries we are shutting down */