From 5a9f40613eea53a15e3cf6dc6348114329871ac3 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 15 May 2014 18:47:13 +0200 Subject: [PATCH] setddns.pl: Switch off debuging output. Switch off accidently enabled debugging output from commit dc98645fd42873dfeda01188243565e2f977f4a9 --- src/scripts/setddns.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5