VirtualBox

Changeset 63157 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 8, 2016 12:16:39 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109775
Message:

logging fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r63156 r63157  
    865865            if (RT_FAILURE(vrc))
    866866            {
     867                vrcGuest = vrc;
    867868                if (pGuestRc)
    868869                    *pGuestRc = vrc;
     
    879880        *pGuestRc = vrcGuest;
    880881
    881     LogFlowThisFunc(("Returning rc=%Rrc, guestRc=%Rrc\n", vrc, guestRc));
     882    LogFlowThisFunc(("Returning vrc=%Rrc, vrcGuest=%Rrc\n", vrc, vrcGuest));
    882883    return vrc;
    883884}
     
    14281429            if (RT_FAILURE(vrc))
    14291430            {
     1431                vrcGuest = vrc;
    14301432                if (pGuestRc)
    14311433                    *pGuestRc = vrc;
     
    14391441        *pGuestRc = vrcGuest;
    14401442
    1441     LogFlowThisFunc(("Returning rc=%Rrc, guestRc=%Rrc\n", vrc, guestRc));
     1443    LogFlowThisFunc(("Returning vrc=%Rrc, vrcGuest=%Rrc\n", vrc, vrcGuest));
    14421444    return vrc;
    14431445}
Note: See TracChangeset for help on using the changeset viewer.

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