> -----Original Message----- > From: Maxime Coquelin <[email protected]> > Sent: Wednesday, January 26, 2022 5:55 PM > To: [email protected]; Xia, Chenbo <[email protected]>; > [email protected] > Cc: Maxime Coquelin <[email protected]> > Subject: [PATCH v3 7/9] vhost: remove multi-line logs > > This patch replaces multi-lines logs in multiple single- > line logs in order to ease logs filtering based on their > socket path. > > Signed-off-by: Maxime Coquelin <[email protected]> > --- > lib/vhost/socket.c | 10 ++-- > lib/vhost/vhost.c | 8 ++-- > lib/vhost/vhost_user.c | 103 ++++++++++++++++++++--------------------- > 3 files changed, 59 insertions(+), 62 deletions(-) > > -- > 2.34.1
Reviewed-by: Chenbo Xia <[email protected]>

