Reinstate hexdump for WITH_DEBUG.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@512 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Matt Chapman 2003-10-28 01:44:48 +00:00
parent aa78fcc1b4
commit 083082f23b

2
rdp.c
View File

@ -71,7 +71,7 @@ rdp_recv(uint8 * type)
#if WITH_DEBUG
DEBUG(("RDP packet #%d, (type %x)\n", ++g_packetno, *type));
// hexdump(g_next_packet, length);
hexdump(g_next_packet, length);
#endif /* */
g_next_packet += length;