summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-15 22:42:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-15 22:42:58 +0000
commit06e380d75cce4a95826d61a483731adc5052e7bb (patch)
treececb1514624809a0b9efaeb9f015519d412360be
parentb4916562a6f7855bd1ba4e0ad46282957b896b82 (diff)
downloadpfsense-06e380d75cce4a95826d61a483731adc5052e7bb.zip
pfsense-06e380d75cce4a95826d61a483731adc5052e7bb.tar.gz
Log when we update the cache file
-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