- Timestamp:
- Dec 14, 2010 3:27:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r35070 r35095 567 567 else 568 568 { 569 LogRel(("Automatic update of Guest Additions started\n")); 570 LogRel(("Copying Guest Additions installer to guest ...\n")); 569 LogRel(("Automatic update of Guest Additions started, using \"%s\"\n", aTask->strSource.c_str())); 570 LogRel(("Copying Guest Additions installer \"%s\" to \"%s\" on guest ...\n", 571 installerImage.c_str(), strInstallerPath.c_str())); 571 572 aTask->progress->SetCurrentOperationProgress(20); 572 573
Note:
See TracChangeset
for help on using the changeset viewer.