Skip to content

Commit 4f1fbb9

Browse files
linesightclaude
andcommitted
Revert diagnostic LOG(ERROR) back to LOG(INFO) in OnBeforeChildProcessLaunch
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9cc7d91 commit 4f1fbb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/subprocess/cefpython_app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void CefPythonApp::OnBeforeChildProcessLaunch(
204204
logMessage.append("OnBeforeChildProcessLaunch() command line: ");
205205
std::string clString = command_line->GetCommandLineString().ToString();
206206
logMessage.append(clString.c_str());
207-
LOG(ERROR) << logMessage.c_str();
207+
LOG(INFO) << logMessage.c_str();
208208
}
209209

210210
CefRefPtr<CefPrintHandler> CefPythonApp::GetPrintHandler() {

0 commit comments

Comments
 (0)