From: Michael Tremer Date: Sat, 15 Sep 2012 13:22:57 +0000 (+0000) Subject: ip: Remove log message when IP protocol could not be detected. X-Git-Tag: 005~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=938f56360f2b7e0a0bfa25549aaace920620f78f;p=network.git ip: Remove log message when IP protocol could not be detected. --- diff --git a/functions.ip b/functions.ip index d19c9cfa..7e47d076 100644 --- a/functions.ip +++ b/functions.ip @@ -52,8 +52,6 @@ function ip_detect_protocol() { fi done - log DEBUG "Protocol version of address '${address}' could not be detected." - return ${EXIT_ERROR} }