diff options
author | Ciaran Gultnieks <ciaran@ciarang.com> | 2009-11-12 09:18:15 +0000 |
---|---|---|
committer | Ciaran Gultnieks <ciaran@ciarang.com> | 2009-11-12 09:18:15 +0000 |
commit | 8109d39a566bc351080996d2806b40e89426f168 (patch) | |
tree | 43195af8cb5acd12f1cd6e12f4fd2e73efb49999 /scripts/xmppdaemon.php | |
parent | bd1c1fc137e00ba0714b0905005991f68602b3c1 (diff) |
Minor typo correction in log message. Seems trivial, unless you are trying to search the log for it.
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 b2efc07c3..e52e2a6af 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -187,7 +187,7 @@ class XMPPDaemon extends Daemon return; } if ($this->handle_command($user, $pl['body'])) { - $this->log(LOG_INFO, "Command messag by $from handled."); + $this->log(LOG_INFO, "Command message by $from handled."); return; } else if ($this->is_autoreply($pl['body'])) { $this->log(LOG_INFO, 'Ignoring auto reply from ' . $from); |