forked from GNUsocial/gnu-social
Minor typo correction in log message. Seems trivial, unless you are trying to search the log for it.
This commit is contained in:
parent
bd1c1fc137
commit
8109d39a56
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user