- Timestamp:
- Dec 16, 2021 3:54:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r92987 r92988 1679 1679 1680 1680 /* Report final status, regardless if we failed to wait above, so that the host knows what's going on. */ 1681 VGSvcVerbose(3, "Reporting final status % #x %RU32 of session ID=%RU32\n", uSessionStatus, idSession);1681 VGSvcVerbose(3, "Reporting final status %RU32 of session ID=%RU32\n", uSessionStatus, idSession); 1682 1682 Assert(uSessionStatus != GUEST_SESSION_NOTIFYTYPE_UNDEFINED); 1683 1683
Note:
See TracChangeset
for help on using the changeset viewer.