mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 05:08:16 +00:00
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:
parent
4de56b1b4d
commit
9fb15b4105
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user