VirtualBox

Changeset 97438 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 7, 2022 6:58:36 PM (2 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Addendum to r154431 (missed on fForce = true) + logging fix. ​​bugref:10286

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r97429 r97438  
    811811    {
    812812        if (vrc == VERR_GSTCTL_GUEST_ERROR)
    813             setProgressErrorMsg(VBOX_E_IPRT_ERROR, tr("Guest file \"%s\" could not be created or replaced"),
     813            setProgressErrorMsg(VBOX_E_IPRT_ERROR, tr("Guest file could not be created or replaced"),
    814814                                GuestErrorInfo(GuestErrorInfo::Type_File, vrcGuest, strDst.c_str()));
    815815        else
     
    16891689            /* Clean up the final host destination root path (for cleaning up mixed path separators). */
    16901690            vrc = GuestPath::Translate(strDstRootAbs,
    1691                                        PATH_STYLE_NATIVE /* Source */, PATH_STYLE_NATIVE /* Dest */, true /* fForce */);
     1691                                       PATH_STYLE_NATIVE /* Source */, PATH_STYLE_NATIVE /* Dest */);
    16921692            if (RT_FAILURE(vrc))
    16931693            {
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