Changeset 42645 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Aug 7, 2012 6:47:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r42615 r42645 1223 1223 toolboxMkTempReport("The following error occurred while creating a temporary directory with template '%s': %Rrc.\n", 1224 1224 argv[argc - 1], rc, fOutputFlags, NULL); 1225 if ( RT_SUCCESS(rc) 1226 && !(fOutputFlags & VBOXSERVICETOOLBOXOUTPUTFLAG_PARSEABLE)) 1227 RTPrintf("Created temporary directory '%s'.\n", argv[argc - 1]); 1225 1228 if (fOutputFlags & VBOXSERVICETOOLBOXOUTPUTFLAG_PARSEABLE) /* Output termination. */ 1226 1229 VBoxServiceToolboxPrintStrmTermination();
Note:
See TracChangeset
for help on using the changeset viewer.