Changeset 59131 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Dec 15, 2015 12:13:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp
r58089 r59131 613 613 { 614 614 rc2 = RTProcWaitNoResume(pProcess->hProcess, RTPROCWAIT_FLAGS_NOBLOCK, &ProcessStatus); 615 #if 0616 VGSvcVerbose(4, "[PID %RU32]: RTProcWaitNoResume=%Rrc\n", pProcess->uPID, rc2);617 #endif618 615 if (RT_SUCCESS_NP(rc2)) 619 616 { … … 649 646 ) 650 647 { 648 VGSvcVerbose(3, "[PID %RU32]: RTProcWaitNoResume=%Rrc\n", pProcess->uPID, rc2); 651 649 break; 652 650 }
Note:
See TracChangeset
for help on using the changeset viewer.