From: Stefan Schantl Date: Thu, 15 May 2014 16:47:13 +0000 (+0200) Subject: setddns.pl: Switch off debuging output. X-Git-Tag: v2.15-core79~65^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a9f40613eea53a15e3cf6dc6348114329871ac3;p=people%2Fstevee%2Fipfire-2.x.git setddns.pl: Switch off debuging output. Switch off accidently enabled debugging output from commit dc98645fd42873dfeda01188243565e2f977f4a9 --- diff --git a/src/scripts/setddns.pl b/src/scripts/setddns.pl index c1a6f5d06f..e26c524bcd 100644 --- a/src/scripts/setddns.pl +++ b/src/scripts/setddns.pl @@ -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.