Changeset 86467 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Oct 7, 2020 12:53:10 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140773
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r83522 r86467 564 564 565 565 if (fEvtsRecv & RTSERIALPORT_EVT_F_STATUS_LINE_MONITOR_FAILED) 566 LogRel(("HostSerial#%d: Status line monitoring failed at a lower level and is disabled\n", pDrvIns->iInstance)); 566 { 567 LogRel(("HostSerial#%d: Status line monitoring failed at a lower level with rc=%Rrc and is disabled\n", pDrvIns->iInstance, rc)); 568 rc = VINF_SUCCESS; 569 } 567 570 } 568 571 else if (rc == VERR_TIMEOUT || rc == VERR_INTERRUPTED)
Note:
See TracChangeset
for help on using the changeset viewer.