diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-15 22:42:58 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-15 22:42:58 +0000 |
commit | 06e380d75cce4a95826d61a483731adc5052e7bb (patch) | |
tree | cecb1514624809a0b9efaeb9f015519d412360be /etc | |
parent | b4916562a6f7855bd1ba4e0ad46282957b896b82 (diff) | |
download | pfsense-06e380d75cce4a95826d61a483731adc5052e7bb.zip pfsense-06e380d75cce4a95826d61a483731adc5052e7bb.tar.gz |
Log when we update the cache file
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/dyndns.class | 1 |
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); |