Fix: don't print EPIPE error which can happen
authorDavid Goulet <dgoulet@efficios.com>
Wed, 19 Dec 2012 22:54:25 +0000 (17:54 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 19 Dec 2012 22:54:27 +0000 (17:54 -0500)
commitd7b75ec82e5affcfec20e4bc6b208648aa0f58ba
treedb0bc8ad4a92342e48330001de5c4a4de9dfab43
parent20275fe8f99ff582686a0defbd88de971c98450c
Fix: don't print EPIPE error which can happen

Anytime a relayd is killed, writing on a closed fd is totally possible
so the PERROR of an EPIPE error is useless as an error but we do print
it as a dbg message now.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
This page took 0.026397 seconds and 5 git commands to generate.