Changeset 31552 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 10, 2010 10:00:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r31545 r31552 2164 2164 Utf8Str argsStr = Utf8StrFmt("/Helper %s", client.name().c_str()); 2165 2165 2166 LogFlowFunc(("Starting '\"%s\" %s'...\n", exePath, argsStr. raw()));2166 LogFlowFunc(("Starting '\"%s\" %s'...\n", exePath, argsStr.c_str())); 2167 2167 2168 2168 RTPROCESS pid = NIL_RTPROCESS;
Note:
See TracChangeset
for help on using the changeset viewer.