VirtualBox

Changeset 24079 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 26, 2009 2:26:06 PM (15 years ago)
Author:
vboxsync
Message:

Main: logging cleanup

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

Legend:

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

    r24074 r24079  
    44024402    {
    44034403        /* nothing to do */
    4404         LogFlowThisFunc(("Already uninitialized!"));
     4404        LogFlowThisFunc(("Already uninitialized!\n"));
    44054405        return true;
    44064406    }
     
    44124412    {
    44134413        /* nothing to do */
    4414         LogFlowThisFunc(("Not spawning any more!"));
     4414        LogFlowThisFunc(("Not spawning any more!\n"));
    44154415        return true;
    44164416    }
     
    80758075    mData->mSession.mType.setNull();
    80768076
    8077     /* close the interprocess semaphore before leaving the shared lock */
     8077    /* close the interprocess semaphore before leaving the exclusive lock */
    80788078#if defined(RT_OS_WINDOWS)
    80798079    if (mIPCSem)
     
    81038103    mData.free();
    81048104
    8105     /* leave the shared lock before setting the below two to NULL */
     8105    /* leave the exclusive lock before setting the below two to NULL */
    81068106    alock.leave();
    81078107
     
    83228322    AutoCaller autoCaller(this);
    83238323
    8324     LogFlowThisFunc(("state=%d\n", autoCaller.state()));
     8324    LogFlowThisFunc(("callerstate=%d\n", autoCaller.state()));
    83258325    /*
    83268326     *  We don't assert below because it might happen that a non-direct session
     
    90499049            /* return true if not ready, to cause the client watcher to exclude
    90509050             * the corresponding session from watching */
    9051             LogFlowThisFunc(("Already uninitialized!"));
     9051            LogFlowThisFunc(("Already uninitialized!\n"));
    90529052            return true;
    90539053        }
  • trunk/src/VBox/Main/SessionImpl.cpp

    r23675 r24079  
    793793
    794794    /* go to the closing state */
    795     mState =  SessionState_Closing;
     795    mState = SessionState_Closing;
    796796
    797797    if (mType == SessionType_Direct)
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r23911 r24079  
    11871187            tr ("Could not find a registered machine named '%ls'"), aName);
    11881188
    1189     LogFlowThisFunc(("rc=%08X\n", rc));
     1189    LogFlowThisFunc(("aName=\"%ls\", aMachine=%p, rc=%08X\n", aName, *aMachine, rc));
    11901190    LogFlowThisFuncLeave();
    11911191
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