Changeset 30625 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Jul 5, 2010 3:58:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r30444 r30625 484 484 pData->uPID, uStatus, uFlags, 485 485 NULL /* pvData */, 0 /* cbData */); 486 } 486 VBoxServiceVerbose(3, "ControlExec: Process loop ended with rc=%Rrc\n", rc); 487 } 488 else 489 VBoxServiceError("ControlExec: Process loop failed with rc=%Rrc\n", rc); 487 490 RTMemFree(StdInBuf.pch); 488 VBoxServiceVerbose(3, "ControlExec: Process loop ended with rc=%Rrc\n", rc);489 491 return rc; 490 492 }
Note:
See TracChangeset
for help on using the changeset viewer.