]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/scripts/setddns.pl
setddns.pl: Switch off debuging output.
[people/pmueller/ipfire-2.x.git] / src / scripts / setddns.pl
index c1a6f5d06fecfe02c2837d40984604e1bf34035a..e26c524bcd1a93dc01283282872ac96013c5dcb9 100644 (file)
@@ -51,7 +51,7 @@ if ($ip eq "unavailable") {
        exit(0);
 }
 
-&General::log("Dynamic DNS public router IP is: $ip");
+#&General::log("Dynamic DNS public router IP is: $ip");
 
 if ($ARGV[0] eq '-f') {
        unlink ($cachefile);    # next regular calls will try again if this force update fails.