log: remove hack to redirect logs when pipes are in use
commitd623832685a20d8283ccfd5ede5185a48a256883
authorØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 26 Sep 2010 16:24:36 +0000 (26 18:24 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 1 Oct 2010 08:21:33 +0000 (1 10:21 +0200)
tree8220a08c3073601bd24646beb78a598d23d3aa7c
parentfb7235f12ad9590ac28f7fa8147c3ade4ce8b460
log: remove hack to redirect logs when pipes are in use

There is an explicit command "log_output" that can
be used to redirect log output to a file, no need
for a hack in the first place.

Before enabling pipes, use "log_output foo" to redirect
log output to the "foo" files.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/helper/log.c