diff options
author | norrarvid <norrarvid@gmail.com> | 2012-06-01 16:20:29 +0200 |
---|---|---|
committer | norrarvid <norrarvid@gmail.com> | 2012-06-01 16:20:29 +0200 |
commit | 42bda50fe0a9f030ae0ea62a236ed6ae741db3a3 (patch) | |
tree | 4c3c3f3ccbd89ddb36de3cd4992cb7d627f3e997 /freerdp1 | |
parent | 60b052965634be151d88f7011149d0edc71f23d8 (diff) | |
download | xrdp-proprietary-42bda50fe0a9f030ae0ea62a236ed6ae741db3a3.tar.gz xrdp-proprietary-42bda50fe0a9f030ae0ea62a236ed6ae741db3a3.zip |
Deadlock situation bug fix and improved debug information
Diffstat (limited to 'freerdp1')
-rw-r--r-- | freerdp1/xrdp-freerdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freerdp1/xrdp-freerdp.c b/freerdp1/xrdp-freerdp.c index bad9d4ad..4dfa9648 100644 --- a/freerdp1/xrdp-freerdp.c +++ b/freerdp1/xrdp-freerdp.c @@ -917,7 +917,7 @@ static void DEFAULT_CC lfreerdp_pointer_system(rdpContext* context, POINTER_SYSTEM_UPDATE* pointer_system) { - LLOGLN(0, ("lfreerdp_pointer_system:")); + LLOGLN(0, ("lfreerdp_pointer_system: - no code here")); } /******************************************************************************/ |