VirtualBox

Changeset 36174 in vbox


Ignore:
Timestamp:
Mar 4, 2011 2:46:08 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70367
Message:

Logging adjustments.

File:
1 edited

Legend:

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

    r36026 r36174  
    17721772         * Resolve the PID.
    17731773         */
    1774 #ifdef DEBUG
    17751774        VBoxServiceVerbose(4, "ControlExec: Input (PID %u) received: cbSize=%u\n", uPID, cbSize);
    1776 #endif
     1775
    17771776        PVBOXSERVICECTRLTHREAD pNode = VBoxServiceControlExecFindProcess(uPID);
    17781777        if (pNode)
     
    17861785            bool fPendingClose = false;
    17871786            if (uFlags & INPUT_FLAG_EOF)
     1787            {
    17881788                fPendingClose = true;
    1789 #ifdef DEBUG
    1790             if (fPendingClose)
    1791                 VBoxServiceVerbose(4, "ControlExec: Got last input block ...\n");
    1792 #endif
     1789                VBoxServiceVerbose(4, "ControlExec: Got last input block (PID %u) ...\n", uPID);
     1790            }
     1791
    17931792            /*
    17941793             * Feed the data to the pipe.
Note: See TracChangeset for help on using the changeset viewer.

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