VirtualBox

Changeset 4322 in vbox for trunk/src


Ignore:
Timestamp:
Aug 23, 2007 4:59:33 PM (17 years ago)
Author:
vboxsync
Message:

Debug code.

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

Legend:

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

    r4317 r4322  
    38843884     *  (When called from uninit mConsoleVRDPServer is already destroyed.)
    38853885     */
     3886    CRASHTEST64(("mConsoleVRDPServer = %p\n", mConsoleVRDPServer));
    38863887    if (mConsoleVRDPServer)
    38873888    {
     
    38933894        mConsoleVRDPServer->Stop();
    38943895
     3896        CRASHTEST64(("server stopped\n"));
    38953897        alock.enter();
    38963898    }
  • trunk/src/VBox/Main/ConsoleVRDPServer.cpp

    r4247 r4322  
    986986{
    987987    LogFlowMember(("ConsoleVRDPServer::Launch\n"));
     988    LogRel(("VRDP: starting the server\n")); RTLogFlush(RTLogRelDefaultInstance());
    988989#ifdef VBOX_VRDP
    989990    int rc = VINF_SUCCESS;
     
    10671068    Assert(VALID_PTR(this)); /** @todo r=bird: there are(/was) some odd cases where this buster was invalid on
    10681069                              * linux. Just remove this when it's 100% sure that problem has been fixed. */
     1070    LogRel(("VRDP: stop the server\n")); RTLogFlush(RTLogRelDefaultInstance());
    10691071#ifdef VBOX_VRDP
    10701072    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