NVR with realtime local object detection for IP cameras
fix: format placeholder in remove_empty_directories debug log (#23147)
The literal string ``"Removed {count} empty directories"`` was passed
to ``logger.debug`` without an ``f`` prefix, so the ``{count}``
placeholder is emitted verbatim instead of being substituted. Convert
the call to an f-string so the count is logged. R
ryzendigo committed
0d4f1ec3699d36b807013e6bda4926221cc4e7dc
Parent: 4ff7ab9
Committed by GitHub <noreply@github.com>
on 5/9/2026, 2:35:38 PM