On 14.10.2022 16:02, Andrew Cooper wrote: > Rewrite argo_dprintk() so printk() format typechecking can always be > performed. This also fixes the evaluation of parameters. Emit the messages > at XENLOG_DEBUG.
I guess I don't really understand the "fixes the evaluation of parameters" aspect: What is it that works differently now compared to before? If ARGO_DEBUG is 0, none of the arguments will be evaluated, just like was the case already. Jan