Re: [Openvpn-devel] [PATCH] down-root: Improve error messages

2014-12-05 Thread Steffan Karger
On 17-11-14 23:14, David Sommerseth wrote: > If down-root fails it will now use warn() to provide some more information > about what went wrong, by retrieving the error message via errno. Here too a small nitpick from the compiler (forgot to include err.h), but otherwise ACK. down-root.c:164:4: w

[Openvpn-devel] [PATCH] down-root: Improve error messages

2014-11-17 Thread David Sommerseth
From: David Sommerseth If down-root fails it will now use warn() to provide some more information about what went wrong, by retrieving the error message via errno. Signed-off-by: David Sommerseth --- src/plugins/down-root/down-root.c | 52 +++ 1 file changed