1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-05-30 04:54:09 +00:00

Streamline punctuation of log messages

See commit d38d153f for details.
This commit is contained in:
Alexander Barton 2014-02-09 16:01:13 +01:00
parent 755562d147
commit ccc9e1baa4

View File

@ -48,7 +48,7 @@
static bool static bool
Bad_OperPass(CLIENT *Client, char *errtoken, char *errmsg) 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); Client_Mask(Client), errtoken, errmsg);
/* Increase penalty to slow down possible brute force attacks */ /* Increase penalty to slow down possible brute force attacks */
IRC_SetPenalty(Client, 10); IRC_SetPenalty(Client, 10);