Minor typo correction in log message. Seems trivial, unless you are trying to search the log for it.

This commit is contained in:
Ciaran Gultnieks 2009-11-12 09:18:15 +00:00
parent bd1c1fc137
commit 8109d39a56
1 changed files with 1 additions and 1 deletions

View File

@ -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);