Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0a6a3aa627d3e82fc2489a3985a89ae913b3e346
https://github.com/WebKit/WebKit/commit/0a6a3aa627d3e82fc2489a3985a89ae913b3e346
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M Source/WebKit/UIProcess/Gamepad/UIGamepadProvider.cpp
Log Message:
-----------
Use correct format specifiers in UIGamepadProvider logging
https://bugs.webkit.org/show_bug.cgi?id=302329
Reviewed by Michael Catanzaro.
Use the correct format (%u) for the gamepad index, for the size (%zu) of
the array, and explicitly convert an enum value to string for logging.
* Source/WebKit/UIProcess/Gamepad/UIGamepadProvider.cpp:
(WebKit::UIGamepadProvider::platformGamepadConnected):
(WebKit::UIGamepadProvider::platformGamepadDisconnected):
(WebKit::UIGamepadProvider::stopMonitoringGamepads):
Canonical link: https://commits.webkit.org/302869@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications