VirtualBox

Changeset 84005 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Apr 27, 2020 12:11:07 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137572
Message:

VBoxServiceToolBox.cpp: Just go with %Rrc when reporting cat input file errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r83651 r84005  
    520520                }
    521521                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);
    530523                if (RT_FAILURE(rc))
    531524                    break;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette