]> git.ipfire.org Git - people/stevee/network.git/commitdiff
Do not be verbose when applying static routes
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 May 2017 17:48:38 +0000 (19:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 May 2017 17:48:38 +0000 (19:48 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.route

index 98c3e934babd2540bb570e05f646bc5dd20c8263..8fc44d5d0adf151c417a7e248811d75721e36fba 100644 (file)
@@ -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}