summaryrefslogtreecommitdiffstats
path: root/etc/inc/dyndns.class
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/dyndns.class')
-rw-r--r--etc/inc/dyndns.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index de84e52..db015cc 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -448,6 +448,7 @@
if($successful_update == true) {
/* Write WAN IP to cache file */
+ log_error("phpDynDNS: updating cache file {$this->_cacheFile}: {$wan_ip}");
conf_mount_rw();
$file = fopen($this->_cacheFile, 'w');
fwrite($file, $wan_ip.':'.$currentTime);
OpenPOWER on IntegriCloud