fix(ci): use tracing-compatible io::Error field

This commit is contained in:
Yaroslav Volovich
2026-02-13 18:58:11 +00:00
parent f81ccfa2ee
commit e312e613ba

View File

@@ -56,7 +56,8 @@ impl PlatformSleepInhibitor for LinuxSleepInhibitor {
Err(error) => {
warn!(
?backend,
error, "Failed to start Linux sleep inhibitor backend"
reason = %error,
"Failed to start Linux sleep inhibitor backend"
);
}
}