Re: [PATCH v4 4/5] rust_binder: consolidate transaction failure prints
Carlos Llamas <[email protected]> Tue, 28 Jul 2026 17:10:31 +0000
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 28, 2026 at 09:32:54AM +0000, Alice Ryhl wrote: > When a transaction fails, it currently hits multiple print statements > meaning that a single failure can result in several lines in the kernel > log. This is unnecessary, so consolidate them into one print used for > all transaction failures. > > Signed-off-by: Alice Ryhl <[email protected]> > --- Thanks, Acked-by: Carlos Llamas <[email protected]>