]> git.ipfire.org Git - people/stevee/network.git/commitdiff
logging: Fix logging to the debug console.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Jun 2012 20:37:38 +0000 (20:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Jun 2012 20:37:38 +0000 (20:37 +0000)
functions.logging

index a24ca2d832aee28c65f9f8327087815ba21f84b4..7357a60c8805837da70f82ae8a76cc53480661f8 100644 (file)
@@ -66,5 +66,5 @@ function log() {
                        ;;
        esac
 
-       printf "${colour}${message}${CLR_RESET_ALL}\n" ${out}
+       printf "${colour}${message}${CLR_RESET_ALL}\n" ${console}
 }