On Wed, 2011-06-15 at 16:41 -0700, Ben Pfaff wrote:
> When we detach, we replace stderr by /dev/null, so there's no point in
> logging to the console after that. Just turn it off.
Looks good to me.
___
dev mailing list
dev@openvswitch.org
http://openv
When we detach, we replace stderr by /dev/null, so there's no point in
logging to the console after that. Just turn it off.
---
lib/daemon.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/daemon.c b/lib/daemon.c
index 9c814ea..f4151ab 100644
--- a/lib/daemon.c
+++