Changeset 91170 in vbox
- Timestamp:
- Sep 8, 2021 7:21:10 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146824
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp ¶
r90234 r91170 389 389 else 390 390 { 391 if (!fDetailed) 392 RTStrmPrintf(g_pStdErr, "\n"); 393 RTStrmPrintf(g_pStdErr, "Progress state: %Rhrc\n", iRc); 391 if (!fQuiet) 392 { 393 if (!fDetailed) 394 RTStrmPrintf(g_pStdErr, "\n"); 395 RTStrmPrintf(g_pStdErr, "Progress state: %Rhrc\n", iRc); 396 } 394 397 } 395 398 hrc = iRc;
Note:
See TracChangeset
for help on using the changeset viewer.