Changeset 59520 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Jan 29, 2016 10:40:31 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp
r59517 r59520 718 718 } 719 719 else if (RT_FAILURE(rc2)) 720 VGSvcError(" PID %RU32]: Killing process failed with rc=%Rrc\n", pProcess->uPID, rc2);720 VGSvcError("[PID %RU32]: Killing process failed with rc=%Rrc\n", pProcess->uPID, rc2); 721 721 RTThreadSleep(500); 722 722 }
Note:
See TracChangeset
for help on using the changeset viewer.