Changeset 49629 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Nov 22, 2013 4:01:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r49501 r49629 469 469 } /* for */ 470 470 471 LogFlowThisFunc(("Copy loop ended with rc=%Rrc, cb WrittenTotal=%RU64, cbFileSize=%RU64\n",472 rc, cb WrittenTotal, mSourceSize));471 LogFlowThisFunc(("Copy loop ended with rc=%Rrc, cbToRead=%RU64, cbWrittenTotal=%RU64, cbFileSize=%RU64\n", 472 rc, cbToRead, cbWrittenTotal, mSourceSize)); 473 473 474 474 if ( !fCanceled … … 538 538 } 539 539 } 540 541 pProcess->Release();542 540 } /* processCreateExInteral */ 543 541 … … 809 807 } 810 808 } 811 812 pProcess->Release();813 809 } 814 810
Note:
See TracChangeset
for help on using the changeset viewer.