> -----Original Message----- > From: Maxime Coquelin <maxime.coque...@redhat.com> > Sent: Wednesday, January 26, 2022 5:55 PM > To: dev@dpdk.org; Xia, Chenbo <chenbo....@intel.com>; > david.march...@redhat.com > Cc: Maxime Coquelin <maxime.coque...@redhat.com> > 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 <maxime.coque...@redhat.com> > --- > 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 <chenbo....@intel.com>