From: Michael Tremer Date: Sat, 23 Jun 2012 20:37:38 +0000 (+0000) Subject: logging: Fix logging to the debug console. X-Git-Tag: 004~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98be6d49a0f04b32dd645c5dc88ef7f80776527e;p=network.git logging: Fix logging to the debug console. --- diff --git a/functions.logging b/functions.logging index a24ca2d8..7357a60c 100644 --- a/functions.logging +++ b/functions.logging @@ -66,5 +66,5 @@ function log() { ;; esac - printf "${colour}${message}${CLR_RESET_ALL}\n" ${out} + printf "${colour}${message}${CLR_RESET_ALL}\n" ${console} }