VirtualBox

Ignore:
Timestamp:
Mar 10, 2008 2:52:17 PM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: removed accidentally added log statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xclient/main.cpp

    r7313 r7410  
    182182        pszFileName = "VBoxClient";
    183183
    184     TRACE;
    185184    /* Parse our option(s) */
    186185    /** @todo Use RTGetOpt() if the arguments become more complex. */
     
    202201        }
    203202    }
    204     TRACE;
    205203    if (fDaemonise)
    206204    {
     
    213211    }
    214212    /* Initialise our runtime before all else. */
    215     TRACE;
    216213    RTR3Init(false);
    217214    if (RT_FAILURE(VbglR3Init()))
     
    220217        return 1;
    221218    }
    222     TRACE;
    223219    if (fDaemonise && RT_FAILURE(vboxClientDropPrivileges()))
    224220        return 1;
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