VirtualBox

Changeset 14990 in vbox


Ignore:
Timestamp:
Dec 4, 2008 3:02:08 PM (16 years ago)
Author:
vboxsync
Message:

Main: eliminate leftover debug RTLogPrintf statements, they trigger creation of debug log files even in release builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r14972 r14990  
    970970                if (status == ERROR_SUCCESS)
    971971                {
    972                     RTLogPrintf("Connection name %ls\n", name.mutableRaw());
     972                    LogFunc(("Connection name %ls\n", name.mutableRaw()));
    973973                    /* put a trailing zero, just in case (see MSDN) */
    974974                    name.mutableRaw() [uniLen] = 0;
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