From dec97570b81f1661935c49b673c2502afc26f7d5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 31 May 2017 19:48:38 +0200 Subject: [PATCH] Do not be verbose when applying static routes Signed-off-by: Michael Tremer --- src/functions/functions.route | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.route b/src/functions/functions.route index 98c3e934..8fc44d5d 100644 --- a/src/functions/functions.route +++ b/src/functions/functions.route @@ -338,7 +338,7 @@ route_apply() { local table="static" local type - log INFO "Applying static routes..." + log DEBUG "Applying static routes..." # Flush the routing table. route_table_flush ${table} -- 2.47.3