On Wed, May 24, 2023 at 11:54:45AM +0300, Konstantin Shelekhin wrote: > We can do the very same thing with this: > > pr_fmt(fmt) "target <fabric-name>": fmt > > but then we will have one extra ":" here: > > target_sess_err(&se_sess, "Waiting for running cmds to complete.\n") > [Thu May 11 00:00:00 2023] target iscsi: [iqn.2023-01.com.example:blah-blah -> 10]: Waiting for running cmds to complete. > > Dunno how much of an OCD issue this is :D Disregard this, we can't do this with pr_fmt() because theree is no way to hook in between "target <fabric-name" and fmt.