Changeset 55706 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 7, 2015 7:15:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r55644 r55706 899 899 if (RT_FAILURE(rc)) 900 900 break; 901 LogFlowFunc((" strDropDir=%s\n", rc, DnDDirDroppedFilesGetDirAbs(&pCtx->mURI.mDropDir)));901 LogFlowFunc(("rc=%Rrc, strDropDir=%s\n", rc, DnDDirDroppedFilesGetDirAbs(&pCtx->mURI.mDropDir))); 902 902 if (RT_FAILURE(rc)) 903 903 break;
Note:
See TracChangeset
for help on using the changeset viewer.