Changeset 10778 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jul 21, 2008 2:19:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r10777 r10778 233 233 if (gVBoxDriver == INVALID_HANDLE_VALUE) 234 234 { 235 Log (("VBoxTray: Could not open VBox Guest Additions driver! Please install / start it first! rc = %d\n", GetLastError()));235 LogRel(("VBoxTray: Could not open VirtualBox Guest Additions driver! Please install / start it first! rc = %d\n", GetLastError())); 236 236 status = ERROR_GEN_FAILURE; 237 237 } … … 508 508 return rc; 509 509 510 Log (("VBoxTray: Started.\n"));510 LogRel(("VBoxTray: Started.\n")); 511 511 512 512 gInstance = hInstance; 513 513 VBoxServiceStart(); 514 514 515 Log (("VBoxTray: Ended.\n"));515 LogRel(("VBoxTray: Ended.\n")); 516 516 517 517 /* Release instance mutex. */
Note:
See TracChangeset
for help on using the changeset viewer.