Changeset 39793 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jan 18, 2012 12:53:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r38636 r39793 99 99 return hrc; 100 100 } 101 102 /* 103 * Note: Outputting the progress info to stderr (g_pStdErr) is intentional 104 * to not get intermixed with other (raw) stdout data which might get 105 * written in the meanwhile. 106 */ 101 107 102 108 if (!g_fDetailedProgress)
Note:
See TracChangeset
for help on using the changeset viewer.