Changeset 71122 in vbox
- Timestamp:
- Feb 26, 2018 10:43:59 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r71121 r71122 1396 1396 1397 1397 int rc = VINF_SUCCESS; 1398 bool fVerbose = false;1399 1398 uint32_t fOutputFlags = VBOXSERVICETOOLBOXOUTPUTFLAG_LONG; /* Use long mode by default. */ 1400 1399 uint32_t fQueryInfoFlags = RTPATH_F_ON_LINK; … … 1422 1421 case VBOXSERVICETOOLBOXOPT_MACHINE_READABLE: 1423 1422 fOutputFlags |= VBOXSERVICETOOLBOXOUTPUTFLAG_PARSEABLE; 1424 break;1425 1426 case 'v': /** @todo r=bird: There is no verbose option for stat. */1427 fVerbose = true;1428 1423 break; 1429 1424 … … 1501 1496 RTMsgError("Missing operand\n"); 1502 1497 } 1503 else if (fVerbose)1498 else 1504 1499 RTMsgError("Failed with rc=%Rrc\n", rc); 1505 1500
Note:
See TracChangeset
for help on using the changeset viewer.

