diff options
Diffstat (limited to 'scripts/xmppdaemon.php')
-rwxr-xr-x | scripts/xmppdaemon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index 1cfcd481f..77cfc1963 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -52,7 +52,7 @@ class XMPPDaemon { $this->resource = common_config('xmpp', 'resource') . 'daemon'; } - $this->log(LOG_INFO, "{$this->user}@{$this->server}/{$this->resource}"); + $this->log(LOG_INFO, "INITIALIZE XMPPDaemon {$this->user}@{$this->server}/{$this->resource}"); } function connect() { |