Skip to content

libweston: Add weston_log_paced()

Derek Foreman requested to merge derekf/weston:log_throttle into main

We have a few places where we log messages only the first time they occur.

Add a throttled logging facility that allows logging N events in M ms, and replace most of these open coded log-once sites.

Merge request reports