VirtualBox

Changeset 50455 in vbox


Ignore:
Timestamp:
Feb 13, 2014 8:12:53 PM (11 years ago)
Author:
vboxsync
Message:

6813 - formatting changes as needed - SystemPropertiesImpl.cpp

File:
1 edited

Legend:

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

    r50355 r50455  
    635635    }
    636636    else
    637         LogRel(("Cannot set passed logging level=%ls, or the default one - Error=%Rhrc \n", Bstr(aLoggingLevel).raw(), rc));
     637        LogRel(("Cannot set passed logging level=%s, or the default one - Error=%Rhrc \n", aLoggingLevel.c_str(), rc));
    638638
    639639    return rc;
     
    12591259        vrc = RTPathUserHome(strTemp, sizeof(strTemp));
    12601260        AssertRC(vrc);
    1261         Utf8Str strSrc3 = Utf8StrFmt("%s/VBoxGuestAdditions_%ls.iso", strTemp, Bstr(VirtualBox::i_getVersionNormalized()).raw());
     1261        Utf8Str strSrc3 = Utf8StrFmt("%s/VBoxGuestAdditions_%s.iso", strTemp, VirtualBox::i_getVersionNormalized().c_str());
    12621262
    12631263        /* Check the standard image locations */
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