Changeset 56997 in vbox
- Timestamp:
- Jul 18, 2015 11:27:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/HostChannel/HostChannel.cpp
r48953 r56997 685 685 pu32SizeReceived, pu32SizeRemaining); 686 686 687 HOSTCHLOG(("HostChannel: Recv: (%d) handle %d, rc %Rrc, recv %d, rem %d\n",688 687 HOSTCHLOG(("HostChannel: Recv: (%d) handle %d, rc %Rrc, cbData %d, recv %d, rem %d\n", 688 pClient->u32ClientID, u32Handle, rc, cbData, *pu32SizeReceived, *pu32SizeRemaining)); 689 689 } 690 690 … … 838 838 vboxHostChannelUnlock(); 839 839 840 HOSTCHLOG(("HostChannel: CallbackEvent[%p]: client gone.\n" ));840 HOSTCHLOG(("HostChannel: CallbackEvent[%p]: client gone.\n", pvEvent)); 841 841 842 842 /* The client does not exist anymore, skip the event. */ … … 862 862 vboxHostChannelUnlock(); 863 863 864 HOSTCHLOG(("HostChannel: CallbackEvent[%p]: client does not have the context.\n" ));864 HOSTCHLOG(("HostChannel: CallbackEvent[%p]: client does not have the context.\n", pvEvent)); 865 865 866 866 /* The context is not in the list of contexts. Skip the event. */
Note:
See TracChangeset
for help on using the changeset viewer.