]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
setddns.pl: Switch off debuging output.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 15 May 2014 16:47:13 +0000 (18:47 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 15 May 2014 16:47:13 +0000 (18:47 +0200)
Switch off accidently enabled debugging output from commit
dc98645fd42873dfeda01188243565e2f977f4a9

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.