From 938f56360f2b7e0a0bfa25549aaace920620f78f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 15 Sep 2012 13:22:57 +0000 Subject: [PATCH] ip: Remove log message when IP protocol could not be detected. --- functions.ip | 2 -- 1 file changed, 2 deletions(-) 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} } -- 2.47.3