- Timestamp:
- Dec 9, 2010 10:34:55 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68681
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r34273 r34868 449 449 rc = VbglR3ReportAdditionsStatus(VBoxGuestStatusFacility_VBoxService, 450 450 VBoxGuestStatusCurrent_Active, 451 0 ); /* Flags; not used. */451 0 /* Flags */); 452 452 if (RT_FAILURE(rc)) 453 VBoxServiceError(" Failed to report Guest Additions status to the host!rc=%Rrc\n", rc);453 VBoxServiceError("Could not report host status \"Init\", rc=%Rrc\n", rc); 454 454 455 455 #ifdef RT_OS_WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.