From 98be6d49a0f04b32dd645c5dc88ef7f80776527e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 23 Jun 2012 20:37:38 +0000 Subject: [PATCH] logging: Fix logging to the debug console. --- functions.logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} } -- 2.47.3