Bug 1251226 - Avoid passing a std::wstring through the variadic method; r=bobowen

This commit is contained in:
Ehsan Akhgari 2016-02-25 09:16:10 -05:00
parent b8a437e28e
commit b9bb25160b

View File

@ -1034,7 +1034,7 @@ GeckoChildProcessHost::PerformAsyncLaunchInternal(std::vector<std::string>& aExt
EnvironmentLog("MOZ_PROCESS_LOG").print(
"==> process %d launched child process %d (%S)\n",
base::GetCurrentProcId(), base::GetProcId(process),
cmdLine.command_line_string());
cmdLine.command_line_string().c_str());
}
} else
#endif