VirtualBox

Changeset 84650 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jun 3, 2020 8:28:13 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138402
Message:

Guest Control/Main: Big guest error information revamp, to show more information about the actual context in which an error occurred [build fix]. bugref:9320

File:
1 edited

Legend:

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

    r84649 r84650  
    25792579                            if (itFiles->fFlags & ISOFILE_FLAG_OPTIONAL)
    25802580                                fOptional = true;
    2581                             rc = copyFileToGuest(pSession, hVfsIso, itFiles->strSource, itFiles->strDst, fOptional);
     2581                            rc = copyFileToGuest(pSession, hVfsIso, itFiles->strSource, itFiles->strDest, fOptional);
    25822582                            if (RT_FAILURE(rc))
    25832583                            {
    25842584                                hr = setProgressErrorMsg(VBOX_E_IPRT_ERROR,
    25852585                                                         Utf8StrFmt(GuestSession::tr("Error while copying file \"%s\" to \"%s\" on the guest: %Rrc"),
    2586                                                                     itFiles->strSource.c_str(), itFiles->strDst.c_str(), rc));
     2586                                                                    itFiles->strSource.c_str(), itFiles->strDest.c_str(), rc));
    25872587                                break;
    25882588                            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette