added debug data
This commit is contained in:
parent
cb0a47d206
commit
206c925043
@ -164,6 +164,9 @@ xrdp_tcp_send(struct xrdp_tcp* self, struct stream* s)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
#if defined(XRDP_DEBUG)
|
||||||
|
g_hexdump(s->data + total, sent);
|
||||||
|
#endif
|
||||||
total = total + sent;
|
total = total + sent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user