Changeset 14990 in vbox
- Timestamp:
- Dec 4, 2008 3:02:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r14972 r14990 970 970 if (status == ERROR_SUCCESS) 971 971 { 972 RTLogPrintf("Connection name %ls\n", name.mutableRaw());972 LogFunc(("Connection name %ls\n", name.mutableRaw())); 973 973 /* put a trailing zero, just in case (see MSDN) */ 974 974 name.mutableRaw() [uniLen] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.