]> git.ipfire.org Git - network.git/commitdiff
ip: Remove log message when IP protocol could not be detected.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Sep 2012 13:22:57 +0000 (13:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Sep 2012 13:22:57 +0000 (13:22 +0000)
functions.ip

index d19c9cfad0529de95b837f9065e8a1232cbb5142..7e47d07630346ff1ca581e2aef61a4017f2e8808 100644 (file)
@@ -52,8 +52,6 @@ function ip_detect_protocol() {
                fi
        done
 
-       log DEBUG "Protocol version of address '${address}' could not be detected."
-
        return ${EXIT_ERROR}
 }