VirtualBox

Changeset 78085 in vbox


Ignore:
Timestamp:
Apr 10, 2019 12:46:12 PM (6 years ago)
Author:
vboxsync
Message:

DnD/Main: Log (into release log) if opening the dropped files directory on the host failed.

File:
1 edited

Legend:

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

    r78084 r78085  
    12311231        rc = droppedFiles.OpenTemp(0 /* fFlags */);
    12321232        if (RT_FAILURE(rc))
    1233             break;
    1234         LogFlowFunc(("rc=%Rrc, strDropDir=%s\n", rc, droppedFiles.GetDirAbs()));
    1235         if (RT_FAILURE(rc))
    1236             break;
     1233        {
     1234            LogRel(("DnD: Opening dropped files directory '%s' on the host failed with rc=%Rrc\n", droppedFiles.GetDirAbs(), rc));
     1235            break;
     1236        }
    12371237
    12381238        /*
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