wayland: include object id in request errors
This commit is contained in:
parent
e18da23292
commit
0eb14d2816
3 changed files with 5 additions and 2 deletions
|
|
@ -830,6 +830,7 @@ fn write_request_handler<W: Write>(
|
|||
writeln!(f, " }};")?;
|
||||
writeln!(f, " Err({error}::MethodError {{")?;
|
||||
writeln!(f, " interface: {camel_obj_name},")?;
|
||||
writeln!(f, " id: self.id(),")?;
|
||||
writeln!(f, " method,")?;
|
||||
writeln!(f, " error,")?;
|
||||
writeln!(f, " }})")?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue