Changeset 64291 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
- Timestamp:
- Oct 17, 2016 10:17:49 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r64285 r64291 308 308 LogRel(("Failed to initialize service '%s', rc=%Rrc\n", pSvc->pDesc->pszName, rc2)); 309 309 if (rc2 == VERR_NOT_SUPPORTED) 310 { 310 311 LogRel(("Service '%s' is not supported on this system\n", pSvc->pDesc->pszName)); 311 rc2 = VINF_SUCCESS; 312 rc2 = VINF_SUCCESS; 313 } 312 314 /* Keep going. */ 313 315 }
Note:
See TracChangeset
for help on using the changeset viewer.