Fix: unix: don't PERROR on EAGAIN for non-blocking sockets
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Feb 2020 23:21:08 +0000 (18:21 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 Jun 2020 20:24:26 +0000 (16:24 -0400)
commit6a1a7afd437b7699a41a716a05b33f22b237aec4
tree5e31eae2a5ce869ba07c182767f49b48c91126cf
parent7d849b29ac8d9c9363da55f68a6fd1c081a04c5b
Fix: unix: don't PERROR on EAGAIN for non-blocking sockets

EAGAIN is expected on non-blocking UNIX socket operations. This
results in a spammy sessiond log.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I58ba711dad193b8d6849501f3e090797813e18ac
Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479
src/common/unix.c
This page took 0.024961 seconds and 4 git commands to generate.