Changeset 63157 in vbox for trunk/src/VBox
- Timestamp:
- Aug 8, 2016 12:16:39 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r63156 r63157 865 865 if (RT_FAILURE(vrc)) 866 866 { 867 vrcGuest = vrc; 867 868 if (pGuestRc) 868 869 *pGuestRc = vrc; … … 879 880 *pGuestRc = vrcGuest; 880 881 881 LogFlowThisFunc(("Returning rc=%Rrc, guestRc=%Rrc\n", vrc, guestRc));882 LogFlowThisFunc(("Returning vrc=%Rrc, vrcGuest=%Rrc\n", vrc, vrcGuest)); 882 883 return vrc; 883 884 } … … 1428 1429 if (RT_FAILURE(vrc)) 1429 1430 { 1431 vrcGuest = vrc; 1430 1432 if (pGuestRc) 1431 1433 *pGuestRc = vrc; … … 1439 1441 *pGuestRc = vrcGuest; 1440 1442 1441 LogFlowThisFunc(("Returning rc=%Rrc, guestRc=%Rrc\n", vrc, guestRc));1443 LogFlowThisFunc(("Returning vrc=%Rrc, vrcGuest=%Rrc\n", vrc, vrcGuest)); 1442 1444 return vrc; 1443 1445 }
Note:
See TracChangeset
for help on using the changeset viewer.