mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-06 07:46:55 +00:00
Streamline punctuation of log messages
See commit d38d153f for details.
This commit is contained in:
parent
755562d147
commit
ccc9e1baa4
@ -48,7 +48,7 @@
|
||||
static bool
|
||||
Bad_OperPass(CLIENT *Client, char *errtoken, char *errmsg)
|
||||
{
|
||||
Log(LOG_WARNING, "Got invalid OPER from \"%s\": \"%s\" -- %s",
|
||||
Log(LOG_WARNING, "Got invalid OPER from \"%s\": \"%s\" -- %s!",
|
||||
Client_Mask(Client), errtoken, errmsg);
|
||||
/* Increase penalty to slow down possible brute force attacks */
|
||||
IRC_SetPenalty(Client, 10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user