VirtualBox

Changeset 37816 in vbox


Ignore:
Timestamp:
Jul 7, 2011 11:52:16 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72701
Message:

VBoxService/GuestCtrl: Logging adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp

    r37447 r37816  
    580580        if (g_cVerbosity >= 5)
    581581        {
     582            VBoxServiceVerbose(5, "StdOut of process (PID %u):\n", pData->uPID);
     583
    582584            uint8_t szBuf[_64K];
    583585            uint32_t cbOffset = 0;
     
    587589                   && cbRead)
    588590            {
    589                 VBoxServiceVerbose(5, "[%u]: %s\n", pData->uPID, szBuf);
     591                RTStrmWrite(g_pStdOut, szBuf, cbRead);
    590592                cbOffset += cbRead;
    591593                if (!cbLeft)
    592594                    break;
    593595            }
     596
     597            VBoxServiceVerbose(5, "\n");
    594598        }
    595599    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette