Changeset 36369 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Mar 23, 2011 3:44:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r36331 r36369 195 195 if (rc == VERR_BROKEN_PIPE) 196 196 rc = VINF_SUCCESS; 197 break; 197 else 198 RTMsgError("cat: Error while reading input, rc=%Rrc\n", rc); 198 199 } 199 200 }
Note:
See TracChangeset
for help on using the changeset viewer.