VirtualBox

Ignore:
Timestamp:
Nov 5, 2010 6:07:21 PM (14 years ago)
Author:
vboxsync
Message:

VBoxService/ControlExec: Unnecessary logging.

File:
1 edited

Legend:

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

    r33806 r33807  
    362362     * and that it's now OK to send input to the process.
    363363     */
    364     VBoxServiceVerbose(3, "ControlExec: Process started: PID=%u, CID=%u, User=%s, PW=%s\n",
    365                        pData->uPID, pThread->uContextID, pData->pszUser, pData->pszPassword);
     364    VBoxServiceVerbose(3, "ControlExec: Process started: PID=%u, CID=%u, User=%s\n",
     365                       pData->uPID, pThread->uContextID, pData->pszUser);
    366366    rc = VbglR3GuestCtrlExecReportStatus(pThread->uClientID, pThread->uContextID,
    367367                                         pData->uPID, PROC_STS_STARTED, 0 /* u32Flags */,
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