summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libxrdp/xrdp_tcp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libxrdp/xrdp_tcp.c b/libxrdp/xrdp_tcp.c
index b247e121..aae9662e 100644
--- a/libxrdp/xrdp_tcp.c
+++ b/libxrdp/xrdp_tcp.c
@@ -164,6 +164,9 @@ xrdp_tcp_send(struct xrdp_tcp* self, struct stream* s)
}
else
{
+#if defined(XRDP_DEBUG)
+ g_hexdump(s->data + total, sent);
+#endif
total = total + sent;
}
}