VirtualBox

Changeset 36754 in vbox


Ignore:
Timestamp:
Apr 20, 2011 2:20:41 PM (14 years ago)
Author:
vboxsync
Message:

VBoxService/Toolbox: Adjust error check.

File:
1 edited

Legend:

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

    r36547 r36754  
    195195                if (rc == VERR_BROKEN_PIPE)
    196196                    rc = VINF_SUCCESS;
    197                 else
     197                else if (RT_FAILURE(rc))
    198198                    RTMsgError("cat: Error while reading input, rc=%Rrc\n", rc);
    199199                break;
Note: See TracChangeset for help on using the changeset viewer.

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