Changeset 34423 in vbox
- Timestamp:
- Nov 26, 2010 6:02:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxClientImpl.cpp
r34421 r34423 217 217 if (FAILED_DEAD_INTERFACE(rc)) 218 218 { 219 LogRel(("VirtualBoxClient: detected unresponsive VBoxSVC (rc=%Rhrc) ", rc));219 LogRel(("VirtualBoxClient: detected unresponsive VBoxSVC (rc=%Rhrc)\n", rc)); 220 220 fireVBoxSVCUnavailableEvent(pThis->mData.m_pEventSource); 221 221
Note:
See TracChangeset
for help on using the changeset viewer.