Code

delete irritating log line "WARNING: get_local_ip_for_remote_ip() was called with...
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Dec 2008 08:32:47 +0000 (08:32 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Dec 2008 08:32:47 +0000 (08:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13224 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/modules/GosaSupportDaemon.pm

index 5ee469df9de11c15b1b59a8eeda74803bfa3f33d..9e7062472370305a6a7a1342036a2be3372e0493 100644 (file)
@@ -672,9 +672,8 @@ sub get_local_ip_for_remote_ip {
                 last;
             }
         }
-    } else {
-               daemon_log("0 WARNING: get_local_ip_for_remote_ip() was called with a non-ip parameter: '$remote_ip'", 1);
-       }
+    } 
+
        return $result;
 }