Changeset 28463 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 19, 2010 2:04:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r28434 r28463 363 363 if (cMsElapsed >= cMillies) 364 364 { 365 VBoxServiceVerbose(3, "Control: Process timed out (%ums elapsed > %ums timeout), killing ...", cMsElapsed, cMillies); 366 365 367 fProcessTimedOut = true; 366 368 if ( MsProcessKilled == UINT64_MAX
Note:
See TracChangeset
for help on using the changeset viewer.