VirtualBox

Changeset 72090 in vbox


Ignore:
Timestamp:
May 3, 2018 12:50:00 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122482
Message:

Guest Control/Main: Logging nits.

File:
1 edited

Legend:

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

    r72045 r72090  
    312312        {
    313313            setProgressErrorMsg(VBOX_E_IPRT_ERROR,
    314                                 Utf8StrFmt(GuestSession::tr("Reading %RU32 bytes @ %RU64, failed: %Rrc"), cbChunk, cbWrittenTotal, rc));
     314                                Utf8StrFmt(GuestSession::tr("Reading %RU32 bytes @ %RU64 from guest failed: %Rrc"), cbChunk, cbWrittenTotal, rc));
    315315            break;
    316316        }
     
    320320        {
    321321            setProgressErrorMsg(VBOX_E_IPRT_ERROR,
    322                                 Utf8StrFmt(GuestSession::tr("Writing to %RU32 bytes to file failed: %Rrc"), cbRead, rc));
     322                                Utf8StrFmt(GuestSession::tr("Writing %RU32 bytes to file on host failed: %Rrc"), cbRead, rc));
    323323            break;
    324324        }
     
    639639        {
    640640            setProgressErrorMsg(VBOX_E_IPRT_ERROR,
    641                                 Utf8StrFmt(GuestSession::tr("Reading %RU32 bytes @ %RU64, failed: %Rrc"), cbChunk, cbWrittenTotal, rc));
     641                                Utf8StrFmt(GuestSession::tr("Reading %RU32 bytes @ %RU64 from host failed: %Rrc"), cbChunk, cbWrittenTotal, rc));
    642642            break;
    643643        }
     
    647647        {
    648648            setProgressErrorMsg(VBOX_E_IPRT_ERROR,
    649                                 Utf8StrFmt(GuestSession::tr("Writing to %zu bytes to file failed: %Rrc"), cbRead, rc));
     649                                Utf8StrFmt(GuestSession::tr("Writing %zu bytes to file on guest failed: %Rrc"), cbRead, rc));
    650650            break;
    651651        }
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