VirtualBox

Changeset 56997 in vbox


Ignore:
Timestamp:
Jul 18, 2015 11:27:12 PM (9 years ago)
Author:
vboxsync
Message:

HostChannel.cpp: Log formatting fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/HostChannel/HostChannel.cpp

    r48953 r56997  
    685685                                                             pu32SizeReceived, pu32SizeRemaining);
    686686
    687             HOSTCHLOG(("HostChannel: Recv: (%d) handle %d, rc %Rrc, recv %d, rem %d\n",
    688                             pClient->u32ClientID, u32Handle, rc, cbData, *pu32SizeReceived, *pu32SizeRemaining));
     687            HOSTCHLOG(("HostChannel: Recv: (%d) handle %d, rc %Rrc, cbData %d, recv %d, rem %d\n",
     688                       pClient->u32ClientID, u32Handle, rc, cbData, *pu32SizeReceived, *pu32SizeRemaining));
    689689        }
    690690
     
    838838        vboxHostChannelUnlock();
    839839
    840         HOSTCHLOG(("HostChannel: CallbackEvent[%p]: client gone.\n"));
     840        HOSTCHLOG(("HostChannel: CallbackEvent[%p]: client gone.\n", pvEvent));
    841841
    842842        /* The client does not exist anymore, skip the event. */
     
    862862        vboxHostChannelUnlock();
    863863
    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));
    865865
    866866        /* The context is not in the list of contexts. Skip the event. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette