[webkit-changes] [WebKit/WebKit] cbcf8a: Fix environment variable name in PAL LoggingUnix log
Olivier Blin
noreply at github.com
Wed Sep 20 15:50:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cbcf8acb16114d47a3091eca645612c24dcb10b0
https://github.com/WebKit/WebKit/commit/cbcf8acb16114d47a3091eca645612c24dcb10b0
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M Source/WebCore/PAL/pal/unix/LoggingUnix.cpp
Log Message:
-----------
Fix environment variable name in PAL LoggingUnix log
https://bugs.webkit.org/show_bug.cgi?id=261826
Reviewed by Michael Catanzaro.
PAL LoggingUnix log contains a warning log message about WEBCORE_DEBUG,
but the final commit landed in 194507 at main is using WEBKIT_DEBUG.
* Source/WebCore/PAL/pal/unix/LoggingUnix.cpp:
(PAL::logLevelString):
Canonical link: https://commits.webkit.org/268218@main
More information about the webkit-changes
mailing list