Changeset 41025 in vbox
- Timestamp:
- Apr 23, 2012 12:59:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r40845 r41025 398 398 it->c_str()); 399 399 if (RT_FAILURE(r)) 400 LogRel(("failed to get to create %s, error (0x%x)", it->c_str(), r));400 LogRel(("failed to create %s, error (0x%x)\n", it->c_str(), r)); 401 401 } 402 402 … … 686 686 else 687 687 { 688 LogRel(("failed to get the sun_VBoxNetFlt component, error (0x%x) ", hr));688 LogRel(("failed to get the sun_VBoxNetFlt component, error (0x%x)\n", hr)); 689 689 } 690 690
Note:
See TracChangeset
for help on using the changeset viewer.

