termio: plumb a lot more to get ready to move into cgroup

This commit is contained in:
Mitchell Hashimoto
2024-06-05 09:25:06 -07:00
parent dc51b8269c
commit a63c8d0913
2 changed files with 35 additions and 13 deletions

View File

@@ -166,8 +166,8 @@ fn createScope(connection: *c.GDBusConnection) !void {
&err,
) orelse {
if (err) |e| log.err(
"creating transient cgroup scope failed err={s}",
.{e.message},
"creating transient cgroup scope failed code={} err={s}",
.{ e.code, e.message },
);
return error.DbusCallFailed;
};