VirtualBox

Changeset 41025 in vbox


Ignore:
Timestamp:
Apr 23, 2012 12:59:52 PM (12 years ago)
Author:
vboxsync
Message:

Main/Host: fix a few LogRel messages

File:
1 edited

Legend:

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

    r40845 r41025  
    398398                                                    it->c_str());
    399399        if (RT_FAILURE(r))
    400             LogRel(("failed to get to create %s, error (0x%x)", it->c_str(), r));
     400            LogRel(("failed to create %s, error (0x%x)\n", it->c_str(), r));
    401401    }
    402402
     
    686686        else
    687687        {
    688             LogRel(("failed to get the sun_VBoxNetFlt component, error (0x%x)", hr));
     688            LogRel(("failed to get the sun_VBoxNetFlt component, error (0x%x)\n", hr));
    689689        }
    690690
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