File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11cef3-trunk
22svn-win32-1.8.5
3+ cefpython.wiki
Original file line number Diff line number Diff line change @@ -43,7 +43,13 @@ void CefPythonApp::OnBeforeCommandLineProcessing(
4343 App_OnBeforeCommandLineProcessing_BrowserProcess (command_line);
4444 }
4545#endif
46- std::string logMessage = " Command line: " ;
46+ std::string process_name = process_type.ToString ();
47+ if (process_name.empty ()) {
48+ process_name = " browser" ;
49+ }
50+ std::string logMessage = " Command line string for the " ;
51+ logMessage.append (process_name);
52+ logMessage.append (" process: " );
4753 std::string clString = command_line->GetCommandLineString ().ToString ();
4854 logMessage.append (clString.c_str ());
4955 // OnBeforeCommandLineProcessing() is called before
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments