summaryrefslogtreecommitdiffstats
path: root/etc/inc/dyndns.class
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-04 20:19:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-04 20:19:44 +0000
commit918d2e7ef99273b20e069806288899f036ac8d67 (patch)
tree796f35bbb162986b95b89e5bdb1afd0a9f995a35 /etc/inc/dyndns.class
parent223d7e54bc3dcc6c4aae63690c77fa68a2856325 (diff)
downloadpfsense-918d2e7ef99273b20e069806288899f036ac8d67.zip
pfsense-918d2e7ef99273b20e069806288899f036ac8d67.tar.gz
MFC 7353
add newline break to debug file entries
Diffstat (limited to 'etc/inc/dyndns.class')
-rw-r--r--etc/inc/dyndns.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index 2e8437f..aac5836 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -537,7 +537,7 @@
* - status is returned from a DynDNS service provider.
*/
function _debug ($data) {
- $string = date('m-d-y h:i:s').' - ('.$this->_debugID.') - ['.$this->_dnsService.'] - '.$data;
+ $string = date('m-d-y h:i:s').' - ('.$this->_debugID.') - ['.$this->_dnsService.'] - '.$data.'\n';
conf_mount_rw();
$file = fopen($this->_debugFile, 'a');
fwrite($file, $string);
OpenPOWER on IntegriCloud