Changeset 84005 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 27, 2020 12:11:07 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r83651 r84005 520 520 } 521 521 else 522 { 523 PCRTSTATUSMSG pMsg = RTErrGet(rc); 524 if (pMsg) 525 RTMsgError("Could not open input file '%s': %s\n", pNodeIt->pszName, pMsg->pszMsgFull); 526 else 527 RTMsgError("Could not open input file '%s', rc=%Rrc\n", pNodeIt->pszName, rc); 528 } 529 522 RTMsgError("Could not open input file '%s': %Rrc\n", pNodeIt->pszName, rc); 530 523 if (RT_FAILURE(rc)) 531 524 break;
Note:
See TracChangeset
for help on using the changeset viewer.