rpcrt4: Make the fixme for an unhandled packet type more useful by printing the code of the unhandled packet type.

This commit is contained in:
Rob Shearman 2007-01-22 21:50:31 +00:00 committed by Alexandre Julliard
parent 4de56b1b4d
commit 9fb15b4105

View file

@ -287,7 +287,7 @@ static void RPCRT4_process_packet(RpcConnection* conn, RpcPktHdr* hdr, RPC_MESSA
break;
default:
FIXME("unhandled packet type\n");
FIXME("unhandled packet type %u\n", hdr->common.ptype);
break;
}