diff options
author | Ermal <eri@pfsense.org> | 2011-05-25 17:08:22 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-05-25 17:08:22 +0000 |
commit | dceff62e8144b56cb292e1a3fd69abe307072625 (patch) | |
tree | 918401ea410cb8aeb8fc00962c63f35c8f583fd7 /etc/inc/services.inc | |
parent | 193ee786a468c7fdcc3fc9086d1747b3d879c4a5 (diff) | |
download | pfsense-dceff62e8144b56cb292e1a3fd69abe307072625.zip pfsense-dceff62e8144b56cb292e1a3fd69abe307072625.tar.gz |
Put some debug info during dyndns update under debug conditionals.
Diffstat (limited to 'etc/inc/services.inc')
-rw-r--r-- | etc/inc/services.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc index e7028c6..d5c9ada 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -606,8 +606,6 @@ function services_dyndns_configure_client($conf) { /* load up the dyndns.class */ require_once("dyndns.class"); - log_error("DynDns: Running updatedns()"); - $dns = new updatedns($dnsService = $conf['type'], $dnsHost = $conf['host'], $dnsUser = $conf['username'], |