From d6fcb946ee132b30943312321053b8ecf215e538 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 4 Nov 2005 03:16:14 +0000 Subject: Log the current dyndns service --- etc/inc/dyndns.class | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/inc/dyndns.class') diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index 78ad013..2e8437f 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -254,6 +254,7 @@ */ function _checkStatus($data) { log_error("DynDns: DynDns _checkStatus() starting."); + log_error("DynDns: Current Service: {$this->_dnsService}"); switch ($this->_dnsService) { case 'dyndns': if (preg_match('/notfqdn/i', $data)) { @@ -475,7 +476,7 @@ list($cacheIP,$cacheTime) = split(':', $contents); $this->_debug($cacheIP.'/'.$cacheTime); $initial = false; - log_error("DynDns: Cached IP: {cacheIP}"); + log_error("DynDns: Cached IP: {$cacheIP}"); } else { conf_mount_rw(); $file = fopen($this->_cacheFile, 'w'); -- cgit v1.1