Changeset 34869 in vbox
- Timestamp:
- Dec 9, 2010 10:38:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r34868 r34869 451 451 0 /* Flags */); 452 452 if (RT_FAILURE(rc)) 453 VBoxServiceError("Could not report host status \"Init\", rc=%Rrc\n", rc); 453 VBoxServiceError("Could not report facility (%u) status %u, rc=%Rrc\n", 454 VBoxGuestStatusFacility_VBoxService, VBoxGuestStatusCurrent_Active, rc); 454 455 455 456 #ifdef RT_OS_WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.