summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/JabberAuth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/JabberAuth.php b/classes/JabberAuth.php
index f649889..69bb858 100644
--- a/classes/JabberAuth.php
+++ b/classes/JabberAuth.php
@@ -15,6 +15,7 @@ abstract class JabberAuth {
$this->stdin = fopen('php://stdin', 'r');
$this->stdout = fopen('php://stdout', 'w');
$this->logfile = fopen($this->logpath . 'activity-' . date('Y-m-d') . '.log', 'a');
+ $this->log('Starting...');
$this->running = TRUE;
}