Fix: do not print EPIPE perror, as it is an expected error
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Mar 2012 18:43:32 +0000 (14:43 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Mar 2012 18:43:32 +0000 (14:43 -0400)
commit45d35b9f4e7d0d88f75238ba8a526cb7ea1a66d4
treed0e4da76cf62aff9d5a66754ae53fc2d926c67b7
parent17ec046afa9b641b95951ca9594c3b7351d5e658
Fix: do not print EPIPE perror, as it is an expected error

It is perfectly valid for the other end to close its socket, so do not
report broken pipe errors as perror.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-comm/lttng-ust-comm.c
This page took 0.024094 seconds and 4 git commands to generate.