From: Jérémie Galarneau Date: Thu, 13 Feb 2020 23:21:08 +0000 (-0500) Subject: Fix: unix: don't PERROR on EAGAIN for non-blocking sockets X-Git-Tag: v2.13.0-rc1~623 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=55e2fc3352373de6ff8ba7cf908d1025b432d9a8;hp=55e2fc3352373de6ff8ba7cf908d1025b432d9a8;p=lttng-tools.git 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 Change-Id: I58ba711dad193b8d6849501f3e090797813e18ac Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479 ---