VirtualBox

Changeset 39659 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 20, 2011 10:36:53 AM (13 years ago)
Author:
vboxsync
Message:

GuestControl: Bugfixes, logging.

File:
1 edited

Legend:

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

    r39515 r39659  
    282282                                               /* Timelimit */
    283283                                               &uTimeLimitMS);
    284 
    285284        if (RT_SUCCESS(rc))
    286285        {
    287     #ifdef DEBUG
    288             VBoxServiceVerbose(3, "Control: Start process szCmd=%s, uFlags=%u, szArgs=%s, szEnv=%s, szUser=%s, szPW=%s, uTimeout=%u\n",
    289                                szCmd, uFlags, cArgs ? szArgs : "<None>", cEnvVars ? szEnv : "<None>", szUser, szPassword, uTimeLimitMS);
    290     #endif
     286            VBoxServiceVerbose(3, "Control: Request to start process szCmd=%s, uFlags=0x%x, szArgs=%s, szEnv=%s, szUser=%s, uTimeout=%u\n",
     287                               szCmd, uFlags, cArgs ? szArgs : "<None>", cEnvVars ? szEnv : "<None>", szUser, uTimeLimitMS);
    291288            rc = VBoxServiceControlStartAllowed(&fStartAllowed);
    292             if (RT_FAILURE(rc))
    293                 VBoxServiceError("Control: Error determining whether process can be started or not, rc=%Rrc\n", rc);
    294 
    295289            if (RT_SUCCESS(rc))
    296290            {
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