Changeset 38439 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Aug 12, 2011 3:29:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExecThread.cpp
r38437 r38439 385 385 { 386 386 if (fEnabled && !cbRead) 387 AssertMsgFailed(("[PID %u]: Waited (%ums) for pipe buffer %u (%u bytes left) 387 AssertMsgFailed(("[PID %u]: Waited (%ums) for pipe buffer %u (%u bytes left), but nothing read!\n", 388 388 uPID, uTimeout, pPipeBuf->uPipeId, pPipeBuf->cbSize - pPipeBuf->cbOffset)); 389 389 if (pcbRead)
Note:
See TracChangeset
for help on using the changeset viewer.