Skip to content

Commit 39881e7

Browse files
committed
Fixed the comment about debug logging.
1 parent 7cb50cf commit 39881e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cefpython/cef3/subprocess/cefpython_app.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ void CefPythonApp::OnBeforeCommandLineProcessing(
5656
// CefRenderHandler::OnRenderThreadCreated() which sets
5757
// the debug options. Thus debugging will always be Off
5858
// at the time this method is called. The fix for that
59-
// is to keep the command line string in a global variable
60-
// and call DebugLog later in OnRenderThreadCreated().
59+
// is to keep the command line string somewhere and call
60+
// DebugLog later in OnRenderThreadCreated().
6161
if (g_debug) {
6262
DebugLog(logMessage.c_str());
6363
} else {

0 commit comments

Comments
 (0)