Changeset 36754 in vbox
- Timestamp:
- Apr 20, 2011 2:20:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r36547 r36754 195 195 if (rc == VERR_BROKEN_PIPE) 196 196 rc = VINF_SUCCESS; 197 else 197 else if (RT_FAILURE(rc)) 198 198 RTMsgError("cat: Error while reading input, rc=%Rrc\n", rc); 199 199 break;
Note:
See TracChangeset
for help on using the changeset viewer.