Changeset 37816 in vbox
- Timestamp:
- Jul 7, 2011 11:52:16 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72701
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r37447 r37816 580 580 if (g_cVerbosity >= 5) 581 581 { 582 VBoxServiceVerbose(5, "StdOut of process (PID %u):\n", pData->uPID); 583 582 584 uint8_t szBuf[_64K]; 583 585 uint32_t cbOffset = 0; … … 587 589 && cbRead) 588 590 { 589 VBoxServiceVerbose(5, "[%u]: %s\n", pData->uPID, szBuf);591 RTStrmWrite(g_pStdOut, szBuf, cbRead); 590 592 cbOffset += cbRead; 591 593 if (!cbLeft) 592 594 break; 593 595 } 596 597 VBoxServiceVerbose(5, "\n"); 594 598 } 595 599 }
Note:
See TracChangeset
for help on using the changeset viewer.