VirtualBox

Changeset 4344 in vbox for trunk/src


Ignore:
Timestamp:
Aug 24, 2007 12:43:13 PM (17 years ago)
Author:
vboxsync
Message:

Removed debug code (should also fix the OSE build).

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r4327 r4344  
    812812}
    813813
    814 #define CRASHTEST64(a) do { LogRel(a); RTLogFlush(RTLogRelDefaultInstance()); } while (0)
    815 
    816814#ifdef VRDP_NO_COM
    817815void Console::VRDPInterceptClipboard (uint32_t u32ClientId)
     
    825823    LogFlowFuncEnter();
    826824   
    827     CRASHTEST64(("enter %p\n", u32ClientId));
    828    
    829825#ifdef VRDP_NO_COM
    830826    Console *console = this;
     
    832828    Console *console = static_cast <Console *> (pvUser);
    833829#endif /* VRDP_NO_COM */
    834     CRASHTEST64(("console %p\n", console));
    835830    AssertReturnVoid (console);
    836831
     
    838833    AssertComRCReturnVoid (autoCaller.rc());
    839834
    840     CRASHTEST64(("console->mConsoleVRDPServer %p\n", console->mConsoleVRDPServer));
    841835    AssertReturnVoid (console->mConsoleVRDPServer);
    842836
    843837#ifdef VBOX_VRDP
    844838#ifdef VRDP_NO_COM
    845     CRASHTEST64(("going to call the instance client id %d\n", u32ClientId));
    846839    mConsoleVRDPServer->ClipboardCreate (u32ClientId);
    847840#else
     
    850843#endif /* VBOX_VRDP */
    851844
    852     CRASHTEST64(("leave\n"));
    853845    LogFlowFuncLeave();
    854846    return;
     
    38843876     *  (When called from uninit mConsoleVRDPServer is already destroyed.)
    38853877     */
    3886     CRASHTEST64(("mConsoleVRDPServer = %p\n", mConsoleVRDPServer));
    38873878    if (mConsoleVRDPServer)
    38883879    {
     
    38943885        mConsoleVRDPServer->Stop();
    38953886
    3896         CRASHTEST64(("server stopped\n"));
    38973887        alock.enter();
    38983888    }
  • trunk/src/VBox/Main/ConsoleVRDPServer.cpp

    r4341 r4344  
    986986{
    987987    LogFlowMember(("ConsoleVRDPServer::Launch\n"));
    988     LogRel(("VRDP: starting the server\n")); RTLogFlush(RTLogRelDefaultInstance());
    989988#ifdef VBOX_VRDP
    990989    int rc = VINF_SUCCESS;
     
    10681067    Assert(VALID_PTR(this)); /** @todo r=bird: there are(/was) some odd cases where this buster was invalid on
    10691068                              * linux. Just remove this when it's 100% sure that problem has been fixed. */
    1070     LogRel(("VRDP: stop the server mhServer %p\n", mhServer)); RTLogFlush(RTLogRelDefaultInstance());
    10711069#ifdef VBOX_VRDP
    10721070    if (mhServer)
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