Changeset 78085 in vbox
- Timestamp:
- Apr 10, 2019 12:46:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r78084 r78085 1231 1231 rc = droppedFiles.OpenTemp(0 /* fFlags */); 1232 1232 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 } 1237 1237 1238 1238 /*
Note:
See TracChangeset
for help on using the changeset viewer.