mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 11:31:19 +00:00
termio: plumb a lot more to get ready to move into cgroup
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user