From: Michael Tremer Date: Wed, 31 May 2017 17:48:38 +0000 (+0200) Subject: Do not be verbose when applying static routes X-Git-Tag: 009~251 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dec97570b81f1661935c49b673c2502afc26f7d5;p=network.git Do not be verbose when applying static routes Signed-off-by: Michael Tremer --- 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}