summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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