mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
db025aba75
In case log level is less than debug, this code does nothing, so let's add a condition and skip it entirely. Add a test case to make sure this code path is hit. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>